https://kotlinlang.org logo
Title
u

user

07/10/2022, 5:11 PM
Draw in real-time a line that corresponds to the user's route using Mapbox and Android I would like to draw a path in realtime into a MapView (v10.6.0) using Android (and Kotlin). 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...