|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MaxZoomResult
public class MaxZoomResult
A MaxZoom result in JSON format retrieved from the MaxZoomService. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
MaxZoomResult()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static MaxZoomResult |
create()
|
MaxZoomStatus |
getStatus()
Status of the request. |
double |
getZoom()
The maximum zoom level found at the given LatLng
. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MaxZoomResult()
Method Detail |
---|
public static final MaxZoomResult create()
public final MaxZoomStatus getStatus()
public final double getZoom()
LatLng
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |