com.google.maps.gwt.client
Class DistanceMatrixStatus

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

public class DistanceMatrixStatus
extends JavaScriptObject

The top-level status about the request in general returned by the DistanceMatrixService upon completion of a distance matrix request. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


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


MAX_DIMENSIONS_EXCEEDED

public static final DistanceMatrixStatus MAX_DIMENSIONS_EXCEEDED
The request contains more than 25 origins, or more than 25 destinations.


MAX_ELEMENTS_EXCEEDED

public static final DistanceMatrixStatus MAX_ELEMENTS_EXCEEDED
The product of origins and destinations exceeds the per-query limit.


OK

public static final DistanceMatrixStatus OK
The request was successful.


OVER_QUERY_LIMIT

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


REQUEST_DENIED

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


UNKNOWN_ERROR

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

Constructor Detail

DistanceMatrixStatus

protected DistanceMatrixStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

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