|
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<StreetViewStatus>
com.google.gwt.maps.client.streetview.StreetViewStatus
public enum StreetViewStatus
The status returned by the StreetViewService on completion of a Street View request.
See StreetViewStatus API Doc
| Enum Constant Summary | |
|---|---|
OK
The request was successful. |
|
UNKNOWN_ERROR
The request could not be successfully processed, yet the exact reason for failure is unknown. |
|
ZERO_RESULTS
There are no nearby panoramas. |
|
| Method Summary | |
|---|---|
static StreetViewStatus |
fromValue(String type)
|
String |
toString()
|
String |
value()
|
static StreetViewStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StreetViewStatus[] |
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 StreetViewStatus OK
public static final StreetViewStatus UNKNOWN_ERROR
public static final StreetViewStatus ZERO_RESULTS
| Method Detail |
|---|
public static StreetViewStatus[] values()
for (StreetViewStatus c : StreetViewStatus.values()) System.out.println(c);
public static StreetViewStatus 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 StreetViewStatus fromValue(String type)
public String toString()
toString in class Enum<StreetViewStatus>
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||