I assume that you're talking about whether or not tiles exist at the current location, rather than code support for the zoom level.
For satellite and hybrid map types you can use G_SATELLITE_3D_MAP.getMaxZoomAtLatLng(map.getCenter(),callback) Tiles should exist for all zoom levels from 0 to response.zoom There's no equivalent for Streetmaps, Terrain or Earth maptypes. Be aware that getMaxZoomAtLatLng is rather slow, so use it sensibly. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
