I generated a new API key, all the new maps are defaulting to Sydney, Australia. ERE doesn’t not find the new property address when adding a new property. I sent google a ticket for help. Below is their reply.
From the google maps team:
Thank you for the information.
Inspecting your code for the map on location, you are instantiating a new map with coordinates -33.86383886517223, 151.20401675140374 (see screenshot 1). Those coordinates lead to a place in Sydney:
https://google-developers.appspot.com/maps/documentation/utils/geocoder/#q%3D-33.863839%252C151.204017
This is why the map in Sydney is shown.
On property 3, the coordinates are -33.868419, 151.193245 (very close to the above), which is why it is located in Sydney as well. (See screenshot 2)
https://vilaggio.net/property/1065-gold-rock-ln-morrisville-nc-27560/
If you look at the other maps that render correctly, for example property 5
https://vilaggio.net/property/125-s-harding-ave-anaheim-ca-92804/
this loads a map with coordinates 33.8309805, -117.99928080000001 (screenshot 3)
Your application generates these different map with a location attached to them, for each of the property pages. You (or your developer) are more familiar with where and how that is generated, but what I can tell is that you are sending down html pages which load a google map with incorrect coordinates. Please note this is not a bug with the Google Maps API. If you give it coordinates in Sydney, then it will show a map in Sydney.
I advise you (or your developer) to check why these pages generate incorrect coordinates).
Kind regards,
Thomas
Google Maps Platform support
-
This reply was modified 6 years, 3 months ago by tarzan61.