RouteNode class

@ingroup navigine_dart_classes @ingroup navigine_dart_secondary_classes @brief Class describing one node of the evaluated route.

Referenced from @see RoutePath "RoutePath".

Constructors

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

Properties

distance double
@brief Distance from route start to this node (meters).
getter/setter pair
events List<RouteEvent>
@brief Events associated with this node.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
point LocationPoint
@brief Location point of this node.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weight double
@brief 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