com.google.gwt.maps.client.services
Class MaxZoomService
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
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
MaxZoomService
protected MaxZoomService()
- use newInstance();
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 -
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.