> looked for a way to get the pixels-per-degree at the equator but > merely found a hint to do this using > map.getCurrentMapType().pixelsPerLonDegree[zoom]. This array seems not > to exist any more in the current API.
I didn't know that. Calculate your own http://code.google.com/apis/maps/documentation/overlays.html#Tile_Overlays At zoom 0, one 360 degree "world" spans 256 pixels. -- 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.
