Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
static DirectionsRoute |
DirectionsRoute.newInstance()
A single route containing a set of legs in a DirectionsResult.
|
Modifier and Type | Method and Description |
---|---|
JsArray<DirectionsRoute> |
DirectionsResult.getRoutes()
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 |
DirectionsResult.setRoutes(JsArray<DirectionsRoute> routes)
An array of DirectionsRoutes, each of which contains information about
the legs and steps of which it is composed.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.