Enum describing turn direction/severity for TurnEvent. More...
Public Attributes | |
| LEFT_SLIGHT | |
| LEFT_NORMAL | |
| LEFT_SHARP | |
| RIGHT_SLIGHT | |
| RIGHT_NORMAL | |
| RIGHT_SHARP | |
| COMPLETE | |
Enum describing turn direction/severity for TurnEvent.
Referenced from TurnEvent.
Dart code snippet:
Definition at line 24 of file turn_type.dart.
| TurnType.COMPLETE |
Near U-turn / reversal (approx. 160°–180°).
Definition at line 52 of file turn_type.dart.
| TurnType.LEFT_NORMAL |
Standard left turn (approx. 40°–100°).
Definition at line 32 of file turn_type.dart.
| TurnType.LEFT_SHARP |
Sharp left turn (approx. 100°–160°).
Definition at line 36 of file turn_type.dart.
| TurnType.LEFT_SLIGHT |
Minor left adjustment (approx. 10°–40°).
Definition at line 28 of file turn_type.dart.
| TurnType.RIGHT_NORMAL |
Standard right turn (approx. 40°–100°).
Definition at line 44 of file turn_type.dart.
| TurnType.RIGHT_SHARP |
Sharp right turn (approx. 100°–160°).
Definition at line 48 of file turn_type.dart.
| TurnType.RIGHT_SLIGHT |
Minor right adjustment (approx. 10°–40°).
Definition at line 40 of file turn_type.dart.