|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MaxZoomStatus
public class MaxZoomStatus
The status returned by the
MaxZoomService
on the completion of a call to
getMaxZoomAtLatLng()
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static MaxZoomStatus |
ERROR
There was a problem contacting the Google servers. |
static MaxZoomStatus |
OK
The request was successful. |
Constructor Summary | |
---|---|
protected |
MaxZoomStatus()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static MaxZoomStatus |
fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type. |
java.lang.String |
getValue()
Access the underlying value of the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MaxZoomStatus ERROR
public static final MaxZoomStatus OK
Constructor Detail |
---|
protected MaxZoomStatus()
Method Detail |
---|
public static final MaxZoomStatus fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |