Uses of Class
com.google.gwt.maps.client.services.Duration

Packages that use Duration
com.google.gwt.maps.client.services   
 

Uses of Duration in com.google.gwt.maps.client.services
 

Methods in com.google.gwt.maps.client.services that return Duration
 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.
 

Methods in com.google.gwt.maps.client.services with parameters of type Duration
 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.