|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.MaxZoomResult
public class MaxZoomResult
A MaxZoom result in JSON format retrieved from the MaxZoomService.
See MaxZoomResult API Doc
Constructor Summary | |
---|---|
protected |
MaxZoomResult()
generated from callback use newInstance(); |
Method Summary | |
---|---|
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. |
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 |
---|
protected MaxZoomResult()
Method Detail |
---|
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()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |