We have a database where we store the lat/long for many cities and countries in the world. I have read that the API will potentially return a different location as the underlying data is changed.
== Why do the Google Maps APIs Geocoders provide different locations than Google Maps? The API geocoder and Google Maps geocoder sometimes use different data sets (depending on the country). The API geocoder occasionally gets updated with new data, so you can expect to see results changing or improving over time. ---- http://code.google.com/apis/maps/faq.html#geocoder_differences == How can we match up Rome, Italy for example when we initially get a geocode location of X and later get a location of Y ? Is there some way to pass in a version number to get back the coordinates for a set version/time ? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
