|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.StreetViewStatus
public class StreetViewStatus
The status returned by the
StreetViewService
on completion of a Street View request.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static StreetViewStatus |
OK
The request was successful. |
static StreetViewStatus |
UNKNOWN_ERROR
The request could not be successfully processed, yet the exact reason for failure is unknown. |
static StreetViewStatus |
ZERO_RESULTS
There are no nearby panoramas. |
Constructor Summary | |
---|---|
protected |
StreetViewStatus()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static StreetViewStatus |
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 StreetViewStatus OK
public static final StreetViewStatus UNKNOWN_ERROR
public static final StreetViewStatus ZERO_RESULTS
Constructor Detail |
---|
protected StreetViewStatus()
Method Detail |
---|
public static final StreetViewStatus 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 |