mapbox / mapbox/mapbox-navigation-ios
Show waypoint at target coordinate
@MaximAlien is already working on this.
Since May 26, 2022.
- Dominant language
- Swift
- Stars
- 918
- Forks
- 326
- Avg merge
- 1h 16m
- Merged PRs (30d)
- 3
Description
`NavigationMapView.showWaypoints(on:legIndex:)` always annotates `Waypoint.coordinate`, even if that coordinate is merely a “routable point” from the Mapbox Geocoding API that represents the nearest point on the road network, rather than the specific destination the user wanted to reach. This method should prefer `Waypoint.targetCoordinate` over `Waypoint.coordinate` if set.
https://github.com/mapbox/mapbox-navigation-ios/blob/111551d3a31740505d20da45b0f897fd979def38/Sources/MapboxNavigation/NavigationMapView.swift#L1145
/cc @mapbox/navigation-ios
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.