How to I use google maps?

0
I try to put the GPS location of MindSphere on the map. Before that, I would like to put a random price on the Mendix and put it on the map, but I wonder how to use Google Maps dynamically. I'm trying to put several values of latitude and longitude on the map, tell me how! I'd also appreciate it if you could tell me how to Mendix the GPS value every 30 seconds from the MindSphere to express the dynamic marker's movements.
asked
1 answers
1

The documentation will help you with implementing (google)maps https://docs.mendix.com/appstore/widgets/maps

updating the value could be done with a microflow timer, running each 30 sec and executing a nanoflow to create a new marker with current location https://appstore.home.mendix.com/link/app/27/

answered