RouteEvent class

@ingroup navigine_dart_classes @ingroup navigine_dart_secondary_classes

@brief Class is used for storing the route path events.

Referenced from: @see RoutePath "RoutePath".

Constructors

RouteEvent(RouteEventType type, int value, double distance)
@brief Default constructor

Properties

distance double
@brief distance from the beginning of the route to incoming event in meters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RouteEventType
@brief Incoming event type @see RouteEventType "RouteEventType"
getter/setter pair
value int
@brief Indicates angle in degrees for TURN_LEFT/TURN_RIGHT types @see RouteEventType "RouteEventType" and target sublocation unique identifier if type is TRANSITION @see Sublocation "Sublocation"
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