how can I add location tracking function?

1
Hello, I'm a novice at Mendix. I'm trying to create a wheelchair-related platform, and I'd like to add a map that can track the mileage and my location. I downloaded the gps widget, but I don't know how to use it. I need your help, masters. (In addition, the gps widget is writing a widget called “gps background tracking”.) And to beginners like me, If you have any additional sites or information other than Mendix's own training, please recommend them.
asked
1 answers
3

Have you seen https://video.mendix.com/watch/YGgMNDMvBbHnYXn3WHSpzQ . This has functionality to track your run.  You can download the project files and see how the GPS is started. In ACT_StartRun and ACT_EndRun you can find the logic you're looking for I believe.

answered