I have a Google map (v3) on my site and I want to know what scale is my current zoom. The thing is that the user can change it\'s zoom so the scale can change.
So you can call map.getBounds(). Then you can use functions on the google.maps.geometry.spherical class like computeDistanceBetween or computeLength. Something like this I think should give you what you need: