Our company recently encountered an issue while using Google’s mapping services:
When using the Google Maps online service, if a latitude and longitude are entered in the search box as search criteria and the search is initiated, Google Maps will automatically jump to the location represented by those coordinates.
When using the Geocoding API service with the same latitude and longitude as parameters, the results returned are not the exact address for those coordinates, but rather the latitude and longitude of a nearby location. The difference between the two may be up to 30 meters.
I would like to know if there are any parameters or other APIs that can ensure consistent results between the above behaviors?