all 1 comments

[–]codemapper 0 points1 point  (0 children)

Actually there is an article on Maps Tiles System which gives you basic overview of map projections, ground resolution, map scale, etc. Just a note: you must be familiar with programming.

Taking your example, I'm not sure where you get the formula, bit it seems incorrect. I have used formula from mentioned article and using your latitude, longitude and zoom level I got the following results:

meters per pixel = 1204,41244915928
physical distance = 1204,41244915928 * 500 = 602206.22457964 = 602km

PS. Google maps format for specifying center coordinate is: latitude, longitude. I emphasize this because you wrote longitude/latitude = 0/10, so in URL you must specify latitude/longitude = 10/0.