|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TravelMode | |
---|---|
com.google.gwt.maps.client.services |
Uses of TravelMode in com.google.gwt.maps.client.services |
---|
Methods in com.google.gwt.maps.client.services that return TravelMode | |
---|---|
static TravelMode |
TravelMode.fromValue(String type)
|
TravelMode |
DirectionsRequest.getTravelMode()
Type of routing requested. |
TravelMode |
DirectionsStep.getTravelMode()
The mode of travel used in this step. |
TravelMode |
DistanceMatrixRequest.getTravelMode()
Type of routing requested. |
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. |
Methods in com.google.gwt.maps.client.services with parameters of type TravelMode | |
---|---|
void |
DirectionsStep.setTravel_Mode(TravelMode travel_mode)
The mode of travel used in this step. |
void |
DirectionsRequest.setTravelMode(TravelMode travelMode)
Type of routing requested. |
void |
DistanceMatrixRequest.setTravelMode(TravelMode travelMode)
Region code used as a bias for geocoding requests. |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |