com.google.maps.gwt.client
Class GeocoderStatus

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

public class GeocoderStatus
extends JavaScriptObject

The status returned by the Geocoder on the completion of a call to geocode() . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static GeocoderStatus ERROR
          There was a problem contacting the Google servers.
static GeocoderStatus INVALID_REQUEST
          The KmlLayer is invalid.
static GeocoderStatus OK
          The request was successful.
static GeocoderStatus OVER_QUERY_LIMIT
          The webpage has gone over the requests limit in too short a period of time.
static GeocoderStatus REQUEST_DENIED
          The webpage is not allowed to use the geocoder.
static GeocoderStatus UNKNOWN_ERROR
          The request could not be successfully processed, yet the exact reason for failure is unknown.
static GeocoderStatus ZERO_RESULTS
          There are no nearby panoramas.
 
Constructor Summary
protected GeocoderStatus()
          Protected constructor avoids default public constructor.
 
Method Summary
static GeocoderStatus 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

ERROR

public static final GeocoderStatus ERROR
There was a problem contacting the Google servers.


INVALID_REQUEST

public static final GeocoderStatus INVALID_REQUEST
The KmlLayer is invalid.


OK

public static final GeocoderStatus OK
The request was successful.


OVER_QUERY_LIMIT

public static final GeocoderStatus OVER_QUERY_LIMIT
The webpage has gone over the requests limit in too short a period of time.


REQUEST_DENIED

public static final GeocoderStatus REQUEST_DENIED
The webpage is not allowed to use the geocoder.


UNKNOWN_ERROR

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


ZERO_RESULTS

public static final GeocoderStatus ZERO_RESULTS
There are no nearby panoramas.

Constructor Detail

GeocoderStatus

protected GeocoderStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final GeocoderStatus 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.