I want to use the Navigation SDK of Mapbox on rivers in my Flutter app. So I was wondering if I can add roads on top of the water layer. If not, is there a way to use the Navigation SDK with polylines? Or does anyone have another idea ?
I'm not asking for code, but if that's possible with Mapbox (or any kind of map).
Thanks for reading.
Yes, you can add roads to show a route. There is mapbox_navigation package. It supports only Android.
Also, there is google_maps_flutter package. You can draw polylines using it.