Hide Table of Contents
esri
esri/arcgis
esri/dijit
esri/dijit/analysis
esri/dijit/geoenrichment
esri/dijit/geoenrichment/ReportPlayer
esri/geometry
esri/layers
esri/opsdashboard
esri/renderers
esri/symbols
esri/tasks
esri/tasks/datareviewer
esri/tasks/geoenrichment
esri/tasks/locationproviders
dojo.require("esri.tasks.RouteResult")
| Name | Type | Summary |
|---|---|---|
| directions | DirectionsFeatureSet | Route directions are returned if RouteParameters.returnDirections is set to true. |
| route | Graphic | The Route graphic that is returned if RouteParameters.returnRoutes is true. |
| routeName | String | The name of the route. |
| stops | Graphic[] | Array of stops. |
DirectionsFeatureSet> directionsRouteParameters.returnDirections is set to true.
NOTE: For a more updated approach to working with directions, please see the Working with the Directions Widget topic.
Graphic> routeRouteParameters.returnRoutes is true. String> routeNameGraphic[]> stopsRouteParameters.returnStops is true.