Do Google' Lat and Long Calculations Change?
I had a unit test which retrieves the latitude and longitude of a text based location search on Google Maps.
Here is the search text that I was using;
"Bakırcılar Sokak, 112, Istanbul, Türkiye"
Latitude was 41.0080396 a month ago but it is 41.0080401 right now.
Longitude was 28.8396493 a month ago but it is 28.8396494 right now.
It seems Google updates the accuracy of Google Maps algorithms, nice!
Comments