Follow us on GitHub

com.google.gwt.maps.client.services
Class MaxZoomService

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.services.MaxZoomService

public class MaxZoomService
extends JavaScriptObject

A service for obtaining the highest zoom level at which satellite imagery is available for a given location.

See MaxZoomService API Doc


Constructor Summary
protected MaxZoomService()
          use newInstance();
 
Method Summary
 void getMaxZoomAtLatLng(LatLng latlng, MaxZoomServiceHandler handler)
          Returns the maximum zoom level available at a particular LatLng for the Satellite map type.
static MaxZoomService newInstance()
          A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxZoomService

protected MaxZoomService()
use newInstance();

Method Detail

newInstance

public static final MaxZoomService newInstance()
A service for obtaining the highest zoom level at which satellite imagery is available for a given location.


getMaxZoomAtLatLng

public final void getMaxZoomAtLatLng(LatLng latlng,
                                     MaxZoomServiceHandler handler)
Returns the maximum zoom level available at a particular LatLng for the Satellite map type. As this request is asynchronous, you must pass a callback function which will be executed upon completion of the request, being passed a MaxZoomResult.

Parameters:
latlng -
handler -


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.