Loading...
Searching...
No Matches
RouteEvent Class Reference

Class is used for storing the route path events. More...

Public Member Functions

 RouteEvent (this.type, this.value, this.distance)
 Default constructor.
 

Public Attributes

RouteEventType type
 Incoming event type RouteEventType.
 
int value
 Indicates angle in degrees for TURN_LEFT/TURN_RIGHT types RouteEventType and target sublocation unique identifier if type is TRANSITION Sublocation.
 
double distance
 distance from the beginning of the route to incoming event in meters.
 

Detailed Description

Class is used for storing the route path events.

Referenced from: RoutePath.

Definition at line 20 of file route_event.dart.

Constructor & Destructor Documentation

◆ RouteEvent()

RouteEvent.RouteEvent ( this. type,
this. value,
this. distance )

Default constructor.

Member Data Documentation

◆ distance

double RouteEvent.distance

distance from the beginning of the route to incoming event in meters.

Definition at line 35 of file route_event.dart.

◆ type

RouteEventType RouteEvent.type

Incoming event type RouteEventType.

Definition at line 26 of file route_event.dart.

◆ value

int RouteEvent.value

Indicates angle in degrees for TURN_LEFT/TURN_RIGHT types RouteEventType and target sublocation unique identifier if type is TRANSITION Sublocation.

Definition at line 31 of file route_event.dart.


The documentation for this class was generated from the following file: