Follow us on GitHub

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.
 



Follow us on GitHub

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