public class MaxZoomService extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
MaxZoomService()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final MaxZoomService newInstance()
public final void getMaxZoomAtLatLng(LatLng latlng, MaxZoomServiceHandler handler)
latlng
- handler
- Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.