Class describing turn guidance event. More...
Public Member Functions | |
| TurnEvent (this.type, this.angle) | |
| Default constructor. | |
Public Attributes | |
| TurnType | type |
| Turn direction/severity type. | |
| int | angle |
| Signed turn angle in degrees. | |
Class describing turn guidance event.
Referenced from RouteEvent.
Definition at line 20 of file turn_event.dart.
| TurnEvent.TurnEvent | ( | this. | type, |
| this. | angle ) |
Default constructor.
| int TurnEvent.angle |
Signed turn angle in degrees.
Dart code snippet:
Definition at line 44 of file turn_event.dart.
| TurnType TurnEvent.type |
Turn direction/severity type.
Dart code snippet:
Definition at line 33 of file turn_event.dart.