Follow us on GitHub

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 DirectionsLeg.getDuration()
          The total duration of this leg.
 Duration DirectionsStep.getDuration()
          The typical time required to perform this step in seconds and in text form.
 Duration DistanceMatrixResponseElement.getDuration()
          The duration for this origin-destination pairing.
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 DirectionsLeg.setDuration(Duration duration)
          The total duration of this leg.
 void DirectionsStep.setDuration(Duration duration)
          The typical time required to perform this step in seconds and in text form.
 void DistanceMatrixResponseElement.setDuration(Duration duration)
          The duration for this origin-destination pairing.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.