GeoLocation Widget that requires no UI

0
Hi I would like to do something which seems quite a common requirement, that is, determine the current location of my device. I cannot seem to find a widget that allows this to happen without clicking a button. My use case is I would like to display a map with multple markers (using the Maps widget) based on a radius around my current location. I am building a hybrid app but happy to ‘go native’ (I did start off native but could not get multiple locations on a map...). Can anyone point me at a widget or method to do this please? Many thanks Adge
asked
1 answers
0

Hi Adger,

JavaScript Actions are perfectly for actions that do not require any UI. They can be used in Nanoflows.

There a standard Location Action available in the packages https://appstore.home.mendix.com/link/app/109515/

That can be used in Native, Hybrid and Web applications

Cheers,

Andries 

answered