Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
static UnitSystem |
UnitSystem.fromValue(int type) |
UnitSystem |
DistanceMatrixRequest.getUnitSystem()
Preferred unit system to use when displaying distance.
|
UnitSystem |
DirectionsRequest.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.
|
Modifier and Type | Method and Description |
---|---|
void |
DistanceMatrixRequest.setUnitSystem(UnitSystem unitSystem)
Type of routing requested.
|
void |
DirectionsRequest.setUnitSystem(UnitSystem unitSystem)
Preferred unit system to use when displaying distance.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.