Description
Class added v1.4. The result from the Route Task. The RouteResult properties are dependent on the
RouteParameter inputs. For example, directions are only returned if RouteParameters.returnDirections is set to "true". RouteResult has no constructor.
Class hierarchy
esri.tasks.RouteResult
Properties
Properties Detail
Route directions are returned if
RouteParameters.returnDirections is set to true. For more information, see
Getting driving directions.
The Route graphic that is returned if
RouteParameters.returnRoutes is true. For the list of attributes associated with the route, see the "Route properties" section in
Finding the best route.
Array of stops. Returned only if
RouteParameters.returnStops is true. For the list of attributes returned for each stop, see the "Stop properties" section in
Finding the best route.