Route Result
class RouteResult
A route result object contains output of route task's solve. A class that contains the output results from a route task. The route result contains all necessary output from a successfully- completed route task solve. This includes collection of routes, barriers and messages.
Since
200.1.0
Properties
Link copied to clipboard
Directions language. Language of directions.
Link copied to clipboard
Point barriers. Barriers are only returned if RouteParameters.returnPointBarriers is true.
Link copied to clipboard
Polygon barriers. Barriers are only returned if RouteParameters.returnPolygonBarriers is true.
Link copied to clipboard
Polyline barriers. Barriers are only returned if RouteParameters.returnPolylineBarriers is true.