Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
Duration |
DistanceMatrixResponseElement.getDuration()
The duration for this origin-destination pairing.
|
Duration |
DirectionsStep.getDuration()
The typical time required to perform this step in seconds and in text form.
|
Duration |
DirectionsLeg.getDuration()
The total duration of this leg.
|
static Duration |
Duration.newInstance()
A representation of duration as a numeric value and a display string.
|
Modifier and Type | Method and Description |
---|---|
void |
DistanceMatrixResponseElement.setDuration(Duration duration)
The duration for this origin-destination pairing.
|
void |
DirectionsStep.setDuration(Duration duration)
The typical time required to perform this step in seconds and in text form.
|
void |
DirectionsLeg.setDuration(Duration duration)
The total duration of this leg.
|
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.