Uses of Class
ai.nextbillion.maps.model.TravelMode
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of TravelMode in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type TravelMode Modifier and Type Method Description DirectionsApiRequestDirectionsApiRequest. mode(TravelMode mode)Specifies the mode of transport to use when calculating directions.DistanceMatrixApiRequestDistanceMatrixApiRequest. mode(TravelMode mode)Specifies the mode of transport to use when calculating directions. -
Uses of TravelMode in ai.nextbillion.maps.model
Methods in ai.nextbillion.maps.model that return TravelMode Modifier and Type Method Description static TravelModeTravelMode. valueOf(java.lang.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.