mapbox / mapbox/mapbox-navigation-android
Turn by Turn navigation : The first waypoint in a route is neglected
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 651
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
**Android API:** 11
**Mapbox Navigation SDK version:**
com.mapbox.navigation:ui:1.6.1
### Steps to trigger behavior
1. using MapboxDirections.builder to create directions request
2. enqueue request: client.enqueueCall(request)
3. get directionsRoute
4. start navigation
5. Rerouting indicator appeared on the top of screen
5. A report problem button appeared
6. The first waypoint is neglected (route not included the first waypoint)
### Expected behavior
see all the waypoints
### Actual behavior
all the waypoints are appeared on the route expect the first one
Attached a video :
https://user-images.githubusercontent.com/65596246/125254144-dc46cf80-e302-11eb-8800-5e73d5a3cee6.mp4
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.
Research direction
Start by reproducing the MapboxDirections.builder, enqueueCall, and navigation-start flow described in the issue with Android API 11 and SDK 1.6.1. Inspect how the resulting directionsRoute handles waypoints, then verify that the first waypoint appears in the route and navigation UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100