Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
Distance |
DirectionsLeg.getDistance()
The total distance covered by this leg.
|
Distance |
DistanceMatrixResponseElement.getDistance()
The distance for this origin-destination pairing.
|
Distance |
DirectionsStep.getDistance()
The distance covered by this step.
|
static Distance |
Distance.newInstance()
A representation of distance as a numeric value and a display string.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionsLeg.setDistance(Distance distance)
The total distance covered by this leg.
|
void |
DistanceMatrixResponseElement.setDistance(Distance distance)
The distance for this origin-destination pairing.
|
void |
DirectionsStep.setDistance(Distance distance)
The distance covered by this step.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.