Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
static DirectionsWaypoint |
DirectionsWaypoint.newInstance()
A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
|
Modifier and Type | Method and Description |
---|---|
JsArray<DirectionsWaypoint> |
DirectionsRequest.getWaypoints()
Array of intermediate waypoints.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionsRequest.setWaypoints(JsArray<DirectionsWaypoint> waypoints)
Array of intermediate waypoints.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.