<Draw user's path/route in real-time using Mapbox ...
# stackoverflow
u
Draw user's path/route in real-time using Mapbox v10, Android, and Kotlin Using a Mapbox MapView (v10.6.0) and Android, I would like to draw a path in real-time. I do not need Turn-by-Turn Navigation features, but only to track the user's actual route. The approach I am planning to use (unless an easier/better solution comes up) is using a listener as described in the documentation (Display the user's location) that updates the camera every time the user moves,...