RouteResult class final

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.

Implemented types

Properties

directionsLanguage String
Directions language.
no setter
hashCode int
The hash code for this object.
no setterinherited
messages List<String>
Messages.
no setter
pointBarriers List<PointBarrier>
Point barriers.
no setter
polygonBarriers List<PolygonBarrier>
Polygon barriers.
no setter
polylineBarriers List<PolylineBarrier>
Polyline barriers.
no setter
routes List<Route>
Routes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited