Automatic GEOlocation call

0
I need an App which wil store the current geo location every x minutes in the database. How can I create a call of the GEO Phonegap widget from a microflow or java script? Or is there any other option to create this?
asked
1 answers
0

First you need to have your app on the phone using phonegap. This is not the same as an hybrid app because this app is unable to retrieve the geolocation of the phone. You need to have developer accounts for the google, apple or microsoft systems and created the phonegap apps.

Second you need this app from the appstore: https://appstore.home.mendix.com/link/app/1380/Mendix/Geolocation-for-PhoneGap With this odule you can retrieve the geolocation. I am not sure if you could poll this mechanisme if the phone is sleeping.

Regards,

Ronald

answered