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

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

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

Methods in com.google.gwt.maps.client.services that return DirectionsStep
static DirectionsStep DirectionsStep.newInstance()
          A single DirectionsStep in a DirectionsResult.
 

Methods in com.google.gwt.maps.client.services that return types with arguments of type DirectionsStep
 JsArray<DirectionsStep> DirectionsLeg.getSteps()
          An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
 

Method parameters in com.google.gwt.maps.client.services with type arguments of type DirectionsStep
 void DirectionsLeg.setSteps(JsArray<DirectionsStep> steps)
          An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
 



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