Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add road name to iOS and Android default display #246

Open
ianthetechie opened this issue Sep 13, 2024 · 0 comments
Open

Add road name to iOS and Android default display #246

ianthetechie opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
android enhancement New feature or request iOS UI/UX Related to the UI/UX (on any platform)

Comments

@ianthetechie
Copy link
Contributor

ianthetechie commented Sep 13, 2024

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:

@ianthetechie ianthetechie added android iOS UI/UX Related to the UI/UX (on any platform) prod onboarding blocker Blocks production deployment of a known target user enhancement New feature or request labels Sep 13, 2024
@ianthetechie ianthetechie added this to the October Sprint milestone Oct 22, 2024
@ianthetechie ianthetechie self-assigned this Oct 22, 2024
@ianthetechie ianthetechie removed this from the October Sprint milestone Oct 24, 2024
@ianthetechie ianthetechie removed the prod onboarding blocker Blocks production deployment of a known target user label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android enhancement New feature or request iOS UI/UX Related to the UI/UX (on any platform)
Projects
Status: In Progress
Development

No branches or pull requests

1 participant