Enum describing route event variants. More...
Public Attributes | |
| TURN_EVENT | |
| TRANSITION_ENTRY_EVENT | |
| TRANSITION_EXIT_EVENT | |
| TARGET_REACHED_EVENT | |
Enum describing route event variants.
Referenced from RouteEvent.
Dart code snippet:
Definition at line 24 of file route_event_type.dart.
| RouteEventType.TARGET_REACHED_EVENT |
Definition at line 28 of file route_event_type.dart.
| RouteEventType.TRANSITION_ENTRY_EVENT |
Definition at line 26 of file route_event_type.dart.
| RouteEventType.TRANSITION_EXIT_EVENT |
Definition at line 27 of file route_event_type.dart.
| RouteEventType.TURN_EVENT |
Definition at line 25 of file route_event_type.dart.