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
Most navigation apps can show you the current road name at the bottom of the screen (usually just above your ETA). We should support the same.
In order to support this, we should add the current road name to the view model / observed object. Every routing API that I'm familiar with (Valhalla, OSRM, GraphHopper, and Mapbox Directions) includes this information in route responses by default, so I think we can just make this an optional string on both the view models and RouteStep.
Most navigation apps can show you the current road name at the bottom of the screen (usually just above your ETA). We should support the same.
In order to support this, we should add the current road name to the view model / observed object. Every routing API that I'm familiar with (Valhalla, OSRM, GraphHopper, and Mapbox Directions) includes this information in route responses by default, so I think we can just make this an optional string on both the view models and
RouteStep
.Related issues:
The text was updated successfully, but these errors were encountered: