Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
static DistanceMatrixElementStatus |
DistanceMatrixElementStatus.fromValue(String type) |
DistanceMatrixElementStatus |
DistanceMatrixResponseElement.getStatus()
The status of this particular origin-destination pairing.
|
static DistanceMatrixElementStatus |
DistanceMatrixElementStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceMatrixElementStatus[] |
DistanceMatrixElementStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DistanceMatrixResponseElement.setStatus(DistanceMatrixElementStatus status)
The status of this particular origin-destination pairing.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.