Geocoding api google
Geocoding api google
I am sending the same query (url) of geocoding API and it returns me different answers.
Thanks for you help.
https://maps.googleapis.com/maps/api/geocode/json?key={mykey}&address=Bristol%209431,%20La%20Florida,%20Chile
This happens from different servers.
When I send the query from one of the servers, the answer is:
results :La Florida, Santiago Metropolitan Region, Chile
location_type : APPROXIMATE
when I send from my laptop, the answer is:
results : Bristol 9431, La Florida, Región Metropolitana, Chile
location_type" : ROOFTOP
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
This likely means that data is not synchronized between different data centers at Google.
– xomena
12 hours ago