Google maps API gives inconsistent geocode data
I’m using the Google Maps API to retrieve the latitude and longitude of a specific location based on its name, as illustrated in the first example in the documentation. However, I have observed inconsistencies in the coordinates returned by the API for the same location.
For instance, the latitude and longitude might vary slightly at the second decimal place (e.g., returning 33.8520277 and then 33.8931125) or even at a smaller scale (e.g., returning 34.0046888 and then 34.0046968). Additionally, after such a variation, the coordinates sometimes revert to their initial values later.