mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
[Bug]: NavigationViewController forgets Waypoint names after rerouting
Mapbox Navigation SDK version
2.6.0
Steps to reproduce
- Create a Route with a given set of Waypoints, each with a custom name.
- Start driving in a simulator and go off-road to trigger a reroute from shouldRerouteFrom.
- Check the names of your waypoints.
Expected behavior
The waypoints should keep their attributes such as their name/descriptions.
Actual behavior
The waypoints are renamed to describe the position they are at, like the road name for example. This creates issues because I use the waypoint names to identify what kind of waypoint it is and handle logic based on that information. This breaks as soon as a reroute is called even once.
Is this a one-time issue or a repeatable issue?
repeatable