In an ideal world, I’d like to check to see if a user is close to a location pin.
As best I an tell, this must be done through addresses? Or can I also assign a geolocation to an address thing and compare a conditional to the users current position?
Address and geo-location are stored together. It will try to give you the nearest address to a map location, but it will still accurately store the exact position. Or if you give it an address it will give you location near that address.
So you can just use “address” and store locations.
Thanks Nigel. I didn’t realize that object was that complex. From my forum searches it certainly looks like you’ve been battle tested on the maps front.