The result from a RouteTask. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- directionsLanguage : string
- messages : list<string>
- pointBarriers : list<PointBarriers>
- polygonBarriers : list<PolygonBarriers>
- polylineBarriers : list<PolylineBarriers>
- routes : list<Route>
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
This is the result object returned from a RouteTask once it completes successfully. It contains a list of Routes, which lets you acccess the route geometry, direction maneuvers, and so on.
Property Documentation
The language of the resulting route directions (read-only).
This property was introduced in Esri.ArcGISRuntime 100.2.
Returns a list of messages about the RouteResult (read-only).
Returns a list of the point barriers used in the RouteTask (read-only).
Only applicable if RouteParameters::returnPointBarriers used in this RouteTask is true
.
Returns a list of the polygon barriers used in the RouteTask (read-only).
Only applicable if RouteParameters::returnPolygonBarriers used in this RouteTask is true
.
Returns a list of the polyline barriers used in the RouteTask (read-only).
Only applicable if RouteParameters::returnPolylineBarriers used in this RouteTask is true
.
routes : list<Route> |
Returns a list of the resulting Routes (read-only).
Only applicable if RouteParameters::returnRoutes used in this RouteTask is true
.