RouteNode class

Class describing one node of the evaluated route. Referenced from RoutePath.

Constructors

RouteNode(LocationPoint point, double weight, double distance, List<RouteEvent> events)
Default constructor.

Properties

distance double
Distance from route start to this node (meters).
getter/setter pair
events List<RouteEvent>
Events associated with this node.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
point LocationPoint
Location point of this node.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weight double
Route cost/weight value at this node.
getter/setter pair

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