I’m creating a navigation project where the user only needs location services at a certain point (think use app for planning route, then switch on location when starting journey).
Do I have to switch on runtime:addEventListener( “location”) at the start?
It looks like if I do it on a buttonpress, nothing happens.
Can I detect that the listener is operational?