mapbox / mapbox/mapbox-navigation-android
Preserve user's total historic progress in RouteProgress updates
Open
@danesfeder is already working on this.
Since Jan 22, 2019.
feature
platform parity
- Dominant language
- Kotlin
- Stars
- 651
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when a user is navigating a route and a re-route event occurs the visual history of the route traveled is removed when the new route is set.
Instead we should merge the new route onto the historic route traveled, so that the user's end-to-end journey is displayed -- the visual history, as well as the percentage traveled since the original origin (not the origin from the re-route location)
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.