-
Notifications
You must be signed in to change notification settings - Fork 2
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
Provide live turn-by-turn navigation #386
Comments
Hi @hbruch & @stadtnavimanager , @SamuelRioTz already implemented the logic for the live turn-by-turn navigation. Next step is to connect it to the UI. We were going to implemented it the following way:
Is that ok for you? It will be in the same style and colors like stadtnavi of course. The screen shots are just for reference. |
Screen.Recording.2024-12-12.at.04.24.00.mov
|
Turn-by-turn should be available for all street mode legs: walk, bike, car, including their rental submodes. |
Hi @SamuelRioTz as discussed with Holger we agreed on the following points for the implementation:
|
As a user, I'd like to be able to activate a turn-by-turn navigation mode. In this mode, the app should me provide with continuously updated routing instructions.
Describe the solution you'd like
When the user has selected an itinerary, the app should provide a button to activate navigation mode.
In this mode, the app should regularly give updated navigation instructions, while the user is moving along the path.
Instructions should, while walking, biking or driving, warn about upcoming turns, e.g.
In 100m, turn left onto xxy
.Please design some mockups and discuss them with me and @stadtnavimanager before implementation.
Additional context
For ideas how to approach this with flutter, this post might be a good start.
The text was updated successfully, but these errors were encountered: