FYI, Map.getProjection() has been exposed and added to the reference docs: http://code.google.com/apis/maps/documentation/v3/reference.html#Map
Thanks, Dann On Wed, Apr 7, 2010 at 1:54 PM, ibgpsn <[email protected]> wrote: > Does this apply to my problem, or do i need something else? I'm > trying to get > terraserver topo map type added (I have added MyTopo OK), my v2 > getTileUrl code does > ... > var southWestCoords > =G_NORMAL_MAP.getProjection().fromPixelToLatLng( southWestPixel, > zoom ); > ... > > and I'm not sure what the v3 equivalent should be. > > thanks > > tom d > > On Mar 29, 12:20 am, Ben Appleton <[email protected]> wrote: > > .getProjectionhas not been released yet. It's due to go live in the > > next release. I'll check how the reference got ahead of the release. > > > > Thanks > > Ben > > > > On Mon, Mar 29, 2010 at 10:09 AM, Dave <[email protected]> wrote: > > > According to the API ref, the map object should have agetProjection > > > method: > > >http://code.google.com/apis/maps/documentation/v3/reference.html#Map > > > > > ButgetProjection() is not there. Clicking the map in this example > > > should print the x,y point of the click in the console, but instead > > > throws an error: > > >http://jsbin.com/unijo/edit > > > > > Dave > > > > > -- > > > You received this message because you are subscribed to the Google > Groups "Google Maps JavaScript API v3" group. > > > To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > > > For more options, visit this group athttp:// > groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- Daniel Lee Developer Programs Engineer Google, Inc. 345 Spear Street San Francisco, CA 94105 650 253 0967 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
