Avada › Forums › Community Forum › Google Maps Element showing different lat/lon coordinates than entered › Reply To: Google Maps Element showing different lat/lon coordinates than entered
Michael,
I would like to do the following:
In maps.google.com I zoom in at the maximum and drop a marker and copy the coordinates.
So in my example, this will be https://www.google.com/maps?q=40.689328,-74.044673
I want to have these coordinates also exactly in the Avada Maps element. So I enter: 40.689328,-74.044673
Then when I look at the page where the element is placed and zoom in to the max as well, the marker is at a different location.
I checked the source code and I find this: https://maps.google.com/maps?ll=40.689903,-74.046258
So I want this: https://www.google.com/maps?q=40.689328,-74.044673
But Avada returns this: https://www.google.com/maps?q=40.689903,-74.046258
If you zoom in at both links you can see the difference…
P.S.
Do you have a link/source where I can find more about the parameters you are using? “latlng=”, “21z”.