maneuver property
The type of maneuver to perform at this step.
Common values:
- "turn-left"
- "turn-right"
- "turn-slight-left"
- "turn-slight-right"
- "turn-sharp-left"
- "turn-sharp-right"
- "straight"
- "ramp-left"
- "ramp-right"
- "merge"
- "fork-left"
- "fork-right"
- "roundabout-left"
- "roundabout-right"
Can be null for steps without a specific maneuver.
Implementation
String? maneuver;