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). | |
Enum described toute event types.
Referenced from RouteEvent.
Dart code snippet:
Definition at line 22 of file route_event_type.dart.
| RouteEventType.TRANSITION |
An event showing a chaning of sublocation (floor).
Definition at line 34 of file route_event_type.dart.
| RouteEventType.TURN_LEFT |
An event showing a left turn.
Definition at line 26 of file route_event_type.dart.
| RouteEventType.TURN_RIGHT |
An event showing a right turn.
Definition at line 30 of file route_event_type.dart.