How can i get the map resolution using google maps api that is in nature similar to the

value that is got from openLayers map.GetResolution

Any idea?

link|improve this question
feedback

1 Answer

If i understood the open layers resolution correctly I think it should be as simple as this:

156543.0339 * Math.cos(1.57078734) / Math.pow(2, map.getZoom());

Hope this helps

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.