I am using Google Maps API Geocoder to geocode an address.
Problem: When the server does the geocoding, I often (not always) get results that have the exact same lat/lng, and this is the lat/lng of the city center.
However when I call the exact same URL on my browser, I always get the correct lat/lng returned!
Any idea why its returning the wrong and different results when the same URL is called from server and from my browser?
Query URL
http://maps.googleapis.com/maps/api/geocode/json?address=6954 N Greenview, Chicago, IL&sensor=false®ion=us
Results on Server (Using curl)
"lat": 41.8781136
"lng": -87.6297982
Results on Browser
"lat" : 42.0082060,
"lng" : -87.66836499999999