Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return DirectionsWaypoint
static DirectionsWaypoint DirectionsWaypoint.newInstance()
          A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
 

Methods in com.google.gwt.maps.client.services that return types with arguments of type DirectionsWaypoint
 JsArray<DirectionsWaypoint> DirectionsRequest.getWaypoints()
          Array of intermediate waypoints.
 

Method parameters in com.google.gwt.maps.client.services with type arguments of type DirectionsWaypoint
 void DirectionsRequest.setWaypoints(JsArray<DirectionsWaypoint> waypoints)
          Array of intermediate waypoints.
 



Follow us on GitHub

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