Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
static DirectionsStep |
DirectionsStep.newInstance()
A single DirectionsStep in a DirectionsResult.
|
Modifier and Type | Method and Description |
---|---|
JsArray<DirectionsStep> |
DirectionsStep.getSteps()
Sub-steps of this step.
|
JsArray<DirectionsStep> |
DirectionsLeg.getSteps()
An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionsStep.setSteps(JsArray<DirectionsStep> steps)
Sub-steps of this step.
|
void |
DirectionsLeg.setSteps(JsArray<DirectionsStep> steps)
An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
|
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.