I want to create the jogging tracker for user

I want to create the jogging tracker for user. So that user can see their jogging path (circuit) and how much they ran on maps. How could I mark path on map travelled by user? Thanks

1 Like

First, create a polyline.
Second, get the user location periodically (use the native maps plugin or other location plugins),
and add the location point to the path.

1 Like

Thank you very much for the help. I really want to help you and contribute to the plugin. But I have never contributed to any open source before. Can you please tell me how can I be helpful for the plugin.

1 Like

This article is good for you

1 Like