com.google.maps.gwt.client
Class DistanceMatrixElementStatus

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

public class DistanceMatrixElementStatus
extends JavaScriptObject

The element-level status about a particular origin-destination pairing returned by the DistanceMatrixService upon completion of a distance matrix request. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static DistanceMatrixElementStatus NOT_FOUND
          The origin and/or destination of this pairing could not be geocoded.
static DistanceMatrixElementStatus OK
          The request was successful.
static DistanceMatrixElementStatus ZERO_RESULTS
          There are no nearby panoramas.
 
Constructor Summary
protected DistanceMatrixElementStatus()
          Protected constructor avoids default public constructor.
 
Method Summary
static DistanceMatrixElementStatus 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

NOT_FOUND

public static final DistanceMatrixElementStatus NOT_FOUND
The origin and/or destination of this pairing could not be geocoded.


OK

public static final DistanceMatrixElementStatus OK
The request was successful.


ZERO_RESULTS

public static final DistanceMatrixElementStatus ZERO_RESULTS
There are no nearby panoramas.

Constructor Detail

DistanceMatrixElementStatus

protected DistanceMatrixElementStatus()
Protected constructor avoids default public constructor.

Method Detail

fromValue

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