|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MaxZoomStatus>
com.google.gwt.maps.client.services.MaxZoomStatus
public enum MaxZoomStatus
The status returned by the MaxZoomService on the completion of a call to getMaxZoomAtLatLng().
See MaxZoomStatus API Doc
Enum Constant Summary | |
---|---|
ERROR
There was a problem contacting the Google servers. |
|
OK
The response contains a valid MaxZoomResult. |
Method Summary | |
---|---|
static MaxZoomStatus |
fromValue(String type)
|
String |
toString()
|
String |
value()
|
static MaxZoomStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MaxZoomStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MaxZoomStatus ERROR
public static final MaxZoomStatus OK
Method Detail |
---|
public static MaxZoomStatus[] values()
for (MaxZoomStatus c : MaxZoomStatus.values()) System.out.println(c);
public static MaxZoomStatus valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static MaxZoomStatus fromValue(String type)
public String toString()
toString
in class Enum<MaxZoomStatus>
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |