Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return DirectionsRoute
static DirectionsRoute DirectionsRoute.newInstance()
          A single route containing a set of legs in a DirectionsResult.
 

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

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



Follow us on GitHub

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