Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
static TravelMode |
TravelMode.fromValue(String type) |
TravelMode |
DistanceMatrixRequest.getTravelMode()
Type of routing requested.
|
TravelMode |
DirectionsRequest.getTravelMode()
Type of routing requested.
|
TravelMode |
DirectionsStep.getTravelMode()
The mode of travel used in this step.
|
static TravelMode |
TravelMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TravelMode[] |
TravelMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionsStep.setTravel_Mode(TravelMode travel_mode)
The mode of travel used in this step.
|
void |
DistanceMatrixRequest.setTravelMode(TravelMode travelMode)
Region code used as a bias for geocoding requests.
|
void |
DirectionsRequest.setTravelMode(TravelMode travelMode)
Type of routing requested.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.