Using google static maps, a 512x512 image is retrieved with center at a given latitude and longitude and at a given zoom level. Now How to find the meters per pixel for this image?
PS: I need to do this without javascript. Some kind of formula which can give the map scale (meters per pixel) based on zoomlevel, latitude, longitude will be helpful. Thanks.