the Map.getProjection() returns a Projection which uses double precision coordinates for Mercator, with xy coordinate values from 0 to 256.
For a particular zoom on a particular div, you need the OverlayView.getProjection(). This returns a MapCanvasProjection, and has the familiar V2 methods like fromDivPixelToLatLng(). for example see this map which creates an empty OverlayView, and gives coordinates when you click on the map: http://www.william-map.com/20100416/1/map.htm ... -- 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.
