com.google.maps.gwt.client
Class ElevationStatus

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

public class ElevationStatus
extends JavaScriptObject

The status returned by the ElevationService upon completion of an elevation requerst. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


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

INVALID_REQUEST

public static final ElevationStatus INVALID_REQUEST
The KmlLayer is invalid.


OK

public static final ElevationStatus OK
The request was successful.


OVER_QUERY_LIMIT

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


REQUEST_DENIED

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


UNKNOWN_ERROR

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

Constructor Detail

ElevationStatus

protected ElevationStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

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