com.google.maps.gwt.client
Class DirectionsStatus

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

public class DirectionsStatus
extends JavaScriptObject

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


Field Summary
static DirectionsStatus INVALID_REQUEST
          The KmlLayer is invalid.
static DirectionsStatus MAX_WAYPOINTS_EXCEEDED
          Too many DirectionsWaypoint s were provided in the DirectionsRequest .
static DirectionsStatus NOT_FOUND
          At least one of the origin, destination, or waypoints could not be geocoded.
static DirectionsStatus OK
          The request was successful.
static DirectionsStatus OVER_QUERY_LIMIT
          The webpage has gone over the requests limit in too short a period of time.
static DirectionsStatus REQUEST_DENIED
          The webpage is not allowed to use the geocoder.
static DirectionsStatus UNKNOWN_ERROR
          The request could not be successfully processed, yet the exact reason for failure is unknown.
static DirectionsStatus ZERO_RESULTS
          There are no nearby panoramas.
 
Constructor Summary
protected DirectionsStatus()
          Protected constructor avoids default public constructor.
 
Method Summary
static DirectionsStatus 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 DirectionsStatus INVALID_REQUEST
The KmlLayer is invalid.


MAX_WAYPOINTS_EXCEEDED

public static final DirectionsStatus MAX_WAYPOINTS_EXCEEDED
Too many DirectionsWaypoint s were provided in the DirectionsRequest . The total allowed waypoints is 8, plus the origin and destination.


NOT_FOUND

public static final DirectionsStatus NOT_FOUND
At least one of the origin, destination, or waypoints could not be geocoded.


OK

public static final DirectionsStatus OK
The request was successful.


OVER_QUERY_LIMIT

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


REQUEST_DENIED

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


UNKNOWN_ERROR

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


ZERO_RESULTS

public static final DirectionsStatus ZERO_RESULTS
There are no nearby panoramas.

Constructor Detail

DirectionsStatus

protected DirectionsStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

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