Geolocation Tracking - Logging

So, I did search for other posts and if I missed it. Apologies.

Want to track a route. For example, for logging miles. What is the best way to do this? Do a refresh every 30 seconds to insert long/lat into a db?

Any guidance is appreciated.

Just make sure you have App Connect framework on the page and then add the Geo Location component.

It has the exact location as data available for binding - and it is updated contentiously, so you can do whatever you like with it.

Thank you George. Possible to insert lang/long into db on change?