You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The voice announcement when arriving at a destination should use the waypoint’s name instead of “destination”, for consistency with the turn banner (#419). To implement this behavior, we could make RouteStep.name mutable (ick), or we could build a new RouteStep based on the current arrival RouteStep, but with the name replaced with the waypoint’s name.
The voice announcement when arriving at a destination should use the waypoint’s name instead of “destination”, for consistency with the turn banner (#419). To implement this behavior, we could make
RouteStep.name
mutable (ick), or we could build a new RouteStep based on the current arrival RouteStep, but with thename
replaced with the waypoint’s name./cc @bsudekum
The text was updated successfully, but these errors were encountered: