mapbox / mapbox/mapbox-navigation-android
Allow for displaying an instruction banner that's not coming from the route response when initializing
Open
@abhishek1508 is already working on this.
Since Feb 21, 2022.
feature
jira-sync-complete
UI
- Dominant language
- Kotlin
- Stars
- 651
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
Tracks adding an ability for the `MapboxManeuverApi` to generate `Maneuver` list with banner instruction objects that are not actually in the route object, for example a "Proceed to route start" banner that is returned by `RouteProgress#bannerInstructions` while `RouteProgress#currentState` is `INITIALIZED` which should be prepended to the list of the maneuvers.
cc @abhishek1508
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.