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 at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to