public class RouteResult
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
DirectionsFeatureSet |
getDirections()
Route directions are returned if RouteParameters.returnDirections is set to true.
|
Graphic |
getRoute()
The Route graphic that is returned if RouteParameters.returnRoutes is true.
|
java.lang.String |
getRouteName()
The name of the route.
|
com.google.gwt.core.client.JsArray<Graphic> |
getStops()
Array of stops.
|
public final DirectionsFeatureSet getDirections()
public final Graphic getRoute()
public final java.lang.String getRouteName()
public final com.google.gwt.core.client.JsArray<Graphic> getStops()