Similar to StepManeuverType we should expose the different modifier types 👀 https://docs.mapbox.com/api/navigation/#step-maneuver-object
| Possible values |
Description |
uturn |
Indicates a reversal of direction. type can be turn or continue when staying on the same road. |
sharp right |
A sharp right turn. |
right |
A normal turn to the right. |
slight right |
A slight turn to the right. |
straight |
No relevant change in direction. |
slight left |
A slight turn to the left. |
left |
A normal turn to the left. |
sharp left |
A sharp turn to the left. |
Only exposed through the Navigation SDK but recently removed in https://github.com/mapbox/mapbox-navigation-android/pull/2839/files#diff-8c755921f2385f1530835cba285cbdceL276-L309
Similar to
StepManeuverTypewe should expose the differentmodifiertypes 👀 https://docs.mapbox.com/api/navigation/#step-maneuver-objectuturntypecan beturnorcontinuewhen staying on the same road.sharp rightrightslight rightstraightslight leftleftsharp leftOnly exposed through the Navigation SDK but recently removed in https://github.com/mapbox/mapbox-navigation-android/pull/2839/files#diff-8c755921f2385f1530835cba285cbdceL276-L309