public class MaxZoomResult extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
MaxZoomResult()
generated from callback
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
MaxZoomStatus |
getStatus()
Status of the request.
|
int |
getZoom()
The maximum zoom level found at the given LatLng.
|
static MaxZoomResult |
newInstance()
A MaxZoom result in JSON format retrieved from the MaxZoomService.
|
void |
setStatus(MaxZoomStatus status)
Status of the request.
|
void |
setZoom(int zoom)
The maximum zoom level found at the given LatLng.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected MaxZoomResult()
public static final MaxZoomResult newInstance()
public final void setStatus(MaxZoomStatus status)
status
- public final MaxZoomStatus getStatus()
public final void setZoom(int zoom)
zoom
- public final int getZoom()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.