I’m trying to get a single address on a map without the side panel. want to show the location of a vendor or job location only. Is this possible?
Any ideas? is this possible?
Hey RJP, if you have only a single record, with coordinates it’s very easy to use an iframe to do this
Source: The Maps Embed API overview | Google for Developers
https://www.google.com/maps/embed/v1/place?key=API_KEYq=LAT,LNG
I have this working as described, but the accuracy is way off. how do I fix this? I’m using the lat long from the db address lookup field but its not accurate.
Are you certain the coordinates you’re using are correct?
You’ll have to check with the google Maps documentation if you’re not seeing the place you expect
IM using the auto-complete address field and then the lat/long it provides. it is putting way off, I assume that the lat/long needs a decimal value for accuracy it shows .0 now
Yes, it should have 6-8 decimal places
Is that not what you’re seeing?
If you can reach out to our support team we’ll help you get to the bottom of this
Found that if i pass value and not lat/lon it works perfectly.