|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.DistanceMatrixElementStatus
public class DistanceMatrixElementStatus
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 |
---|
public static final DistanceMatrixElementStatus NOT_FOUND
public static final DistanceMatrixElementStatus OK
public static final DistanceMatrixElementStatus ZERO_RESULTS
Constructor Detail |
---|
protected DistanceMatrixElementStatus()
Method Detail |
---|
public static final DistanceMatrixElementStatus fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |