Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return DirectionsLeg
static DirectionsLeg DirectionsLeg.newInstance()
          A single leg consisting of a set of steps in a DirectionsResult.
 

Methods in com.google.gwt.maps.client.services that return types with arguments of type DirectionsLeg
 JsArray<DirectionsLeg> DirectionsRoute.getLegs()
          An array of DirectionsLegs, each of which contains information about the steps of which it is composed.
 

Method parameters in com.google.gwt.maps.client.services with type arguments of type DirectionsLeg
 void DirectionsRoute.setLegs(JsArray<DirectionsLeg> legs)
          An array of DirectionsLegs, each of which contains information about the steps of which it is composed.
 



Follow us on GitHub

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