Loading...
Searching...
No Matches
RouteEventType Enum Reference

Enum described toute event types. More...

Public Attributes

 TURN_LEFT
 An event showing a left turn.
 
 TURN_RIGHT
 An event showing a right turn.
 
 TRANSITION
 An event showing a chaning of sublocation (floor).
 

Detailed Description

Enum described toute event types.

Referenced from RouteEvent.

Definition at line 17 of file route_event_type.dart.

Member Data Documentation

◆ TRANSITION

RouteEventType.TRANSITION

An event showing a chaning of sublocation (floor).

Definition at line 29 of file route_event_type.dart.

◆ TURN_LEFT

RouteEventType.TURN_LEFT

An event showing a left turn.

Definition at line 21 of file route_event_type.dart.

◆ TURN_RIGHT

RouteEventType.TURN_RIGHT

An event showing a right turn.

Definition at line 25 of file route_event_type.dart.


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