Google Maps Web Application (www.google.com/maps) puts an altitude number in meters at its URL when we are seeing the satellite map. For example, the URL below is equivalent to zoom level 4 at road map and has an altitude of 7759657m:
- www.google.com/maps/@37.0625,-95.677068,7759657m/data=!3m1!1e3
How does it calculate this altitude?
I tried the Elevation API, but I didn't find any relation with the results of this API. In my tests, I saw that the altitude, on the same zoom level, varies with the latitude, but I didn't find the proportion.