com.google.maps.gwt.client
Class StreetViewStatus

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.StreetViewStatus

public class StreetViewStatus
extends JavaScriptObject

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

OK

public static final StreetViewStatus OK
The request was successful.


UNKNOWN_ERROR

public static final StreetViewStatus UNKNOWN_ERROR
The request could not be successfully processed, yet the exact reason for failure is unknown.


ZERO_RESULTS

public static final StreetViewStatus ZERO_RESULTS
There are no nearby panoramas.

Constructor Detail

StreetViewStatus

protected StreetViewStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final StreetViewStatus fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type.


getValue

public final java.lang.String getValue()
Access the underlying value of the type.