I'm working on a Jetpack Compose application and I want to implement GPS navigation between multiple points using Mapbox.
I've managed to display the map using Mapbox, but I'm struggling to find a Jetpack Compose-specific example that also includes navigation arrows.
I specifically want to:
Draw a route between multiple waypoints. Enable turn-by-turn navigation with arrows indicating the next direction. Update the route dynamically based on the user's real-time location.
Thank you so much for help !