Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
DirectionsResult |
DirectionsRendererOptions.getDirections()
The directions to display on the map and/or in a
<div>
panel, retrieved as a DirectionsResult object from DirectionsService. |
DirectionsResult |
DirectionsRenderer.getDirections()
Returns the renderer's current set of directions.
|
static DirectionsResult |
DirectionsResult.newInstance()
An array of DirectionsRoutes, each of which contains information about
the legs and steps of which it is composed.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionsResultHandler.onCallback(DirectionsResult result,
DirectionsStatus status) |
void |
DirectionsRendererOptions.setDirections(DirectionsResult directions)
The directions to display on the map and/or in a
<div>
panel, retrieved as a DirectionsResult object from DirectionsService. |
void |
DirectionsRenderer.setDirections(DirectionsResult directions)
Set the renderer to use the result from the DirectionsService.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.