Uses of Class
ai.nextbillion.maps.model.Unit
| Package | Description |
|---|---|
| ai.nextbillion.maps | |
| ai.nextbillion.maps.model |
-
Uses of Unit in ai.nextbillion.maps
Methods in ai.nextbillion.maps with parameters of type Unit Modifier and Type Method Description DirectionsApiRequestDirectionsApiRequest. units(Unit units)Specifies the unit system to use when displaying results.DistanceMatrixApiRequestDistanceMatrixApiRequest. units(Unit unit)Specifies the unit system to use when expressing distance as text. -
Uses of Unit in ai.nextbillion.maps.model
Methods in ai.nextbillion.maps.model that return Unit Modifier and Type Method Description static UnitUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Unit[]Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.