On Jul 16, 10:21 am, jaforom <[email protected]> wrote: > This, probably, can be a silly question, but what's the maximum zoom > level the API can manage? 19??? Thanks.
The maximum zoom level is theoretically unlimited. The actual level varies with location and map type. I believe for ordinary map tiles, it is 19. If you're using Satellite or Hybrid, there's a new .getMaxZoomAtLatLng() method you can use to find what is supported: some locations reach 21 or 22. http://code.google.com/apis/maps/documentation/reference.html#GMapType.getMaxZoomAtLatLng http://groups.google.com/group/Google-Maps-API/browse_thread/thread/8d1fe2cb159b6433# shows a method of using this to zoom in as close as possible on a group of markers. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
