Loading...
Searching...
No Matches

Enum describing turn direction/severity for TurnEvent. More...

Public Attributes

 LEFT_SLIGHT
 
 LEFT_NORMAL
 
 LEFT_SHARP
 
 RIGHT_SLIGHT
 
 RIGHT_NORMAL
 
 RIGHT_SHARP
 
 COMPLETE
 

Detailed Description

Enum describing turn direction/severity for TurnEvent.

Referenced from TurnEvent.

Dart code snippet:

print("Available turn types:");
for (final type in TurnType.values) {
print(" - $type");
}

Definition at line 24 of file turn_type.dart.

Member Data Documentation

◆ COMPLETE

TurnType.COMPLETE

Near U-turn / reversal (approx. 160°–180°).

Definition at line 52 of file turn_type.dart.

◆ LEFT_NORMAL

TurnType.LEFT_NORMAL

Standard left turn (approx. 40°–100°).

Definition at line 32 of file turn_type.dart.

◆ LEFT_SHARP

TurnType.LEFT_SHARP

Sharp left turn (approx. 100°–160°).

Definition at line 36 of file turn_type.dart.

◆ LEFT_SLIGHT

TurnType.LEFT_SLIGHT

Minor left adjustment (approx. 10°–40°).

Definition at line 28 of file turn_type.dart.

◆ RIGHT_NORMAL

TurnType.RIGHT_NORMAL

Standard right turn (approx. 40°–100°).

Definition at line 44 of file turn_type.dart.

◆ RIGHT_SHARP

TurnType.RIGHT_SHARP

Sharp right turn (approx. 100°–160°).

Definition at line 48 of file turn_type.dart.

◆ RIGHT_SLIGHT

TurnType.RIGHT_SLIGHT

Minor right adjustment (approx. 10°–40°).

Definition at line 40 of file turn_type.dart.


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