You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
mapbox-java contains strings for maneuver types :
https://github.com/mapbox/mapbox-java/blob/master/services-directions-models/src/main/java/com/mapbox/api/directions/v5/models/StepManeuver.java
We also hardcode this strings in https://github.com/mapbox/mapbox-vision-android-teaser/blob/dev/app/src/main/kotlin/com/mapbox/vision/teaser/utils/RouteUtils.kt.
Let's reuse constants to avoid duplication.