Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return Distance
 Distance DirectionsLeg.getDistance()
          The total distance covered by this leg.
 Distance DirectionsStep.getDistance()
          The distance covered by this step.
 Distance DistanceMatrixResponseElement.getDistance()
          The distance for this origin-destination pairing.
static Distance Distance.newInstance()
          A representation of distance as a numeric value and a display string.
 

Methods in com.google.gwt.maps.client.services with parameters of type Distance
 void DirectionsLeg.setDistance(Distance distance)
          The total distance covered by this leg.
 void DirectionsStep.setDistance(Distance distance)
          The distance covered by this step.
 void DistanceMatrixResponseElement.setDistance(Distance distance)
          The distance for this origin-destination pairing.
 



Follow us on GitHub

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