This is not currently a feature of the v3 API, but there is a feature request in the issue tracker: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1624
Star the issue to both vote for it and follow it's progress. Chad Killingsworth On May 26, 1:27 am, Cosmin Pitu <[email protected]> wrote: > Any chance of getting an answer please ? > > Thank you ! > > On Apr 21, 12:13 pm, Cosmin Pitu <[email protected]> wrote: > > > > > Hi, > > > I am working on porting v2 JavaScript code to v3 of the API, the > > increased zoom level on Satellite maps in v3 is just wonderful ! > > I just wanted to ask if the v2 getMaxZoomAtLatLng() function is > > implemented / will be implemented in v3. > > > Here is the legacy code I would like to port, it's taken from the v2 > > Samples : > > > function setZoom(latlng) > > { > > map.getCurrentMapType().getMaxZoomAtLatLng(latlng, > > function(response) > > { > > if ( (response) && (response['status'] == G_GEO_SUCCESS) ) > > { > > map.setCenter(latlng, response['zoom']); > > } > > }); > > > } > > > Thank you in advance ! > > > -- > > 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 > > 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]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
