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 DistanceMatrixResponseElement.getDistance()
          The distance for this origin-destination pairing.
 Distance DirectionsStep.getDistance()
          The distance covered by this step.
 Distance DirectionsLeg.getDistance()
          The total distance covered by this leg.
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 DistanceMatrixResponseElement.setDistance(Distance distance)
          The distance for this origin-destination pairing.
 void DirectionsStep.setDistance(Distance distance)
          The distance covered by this step.
 void DirectionsLeg.setDistance(Distance distance)
          The total distance covered by this leg.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.