|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitSystem | |
---|---|
com.google.gwt.maps.client.services |
Uses of UnitSystem in com.google.gwt.maps.client.services |
---|
Methods in com.google.gwt.maps.client.services that return UnitSystem | |
---|---|
static UnitSystem |
UnitSystem.fromValue(int type)
|
UnitSystem |
DirectionsRequest.getUnitSystem()
Preferred unit system to use when displaying distance. |
UnitSystem |
DistanceMatrixRequest.getUnitSystem()
Preferred unit system to use when displaying distance. |
static UnitSystem |
UnitSystem.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnitSystem[] |
UnitSystem.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 UnitSystem | |
---|---|
void |
DirectionsRequest.setUnitSystem(UnitSystem unitSystem)
Preferred unit system to use when displaying distance. |
void |
DistanceMatrixRequest.setUnitSystem(UnitSystem unitSystem)
Type of routing requested. |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |