On Feb 8, 11:55 pm, Florian <[email protected]> wrote:

> Yes. That is what I used successfully and described in a previous
> message.

Sorry. I just saw this part of your post:

"map.getCurrentMapType().pixelsPerLonDegree[zoom]. This array seems
not
to exist any more in the current API. So, how would I get the pixels-
per-degree, then? "

pixelsPerLonDegree() was an ancient method of v1 and I think that it
was never even documented.

getWrapWidth(z) returns pixels per 360 degrees. So you get pixels /
degree at Equator by:

  getWrapWidth(z) / 360;

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to