I’m building an application that uses GPS. Currently, the simulator only fires the location event once and I don’t even know if its possible to change the coordinates it uses.
What I’d like is to be able to simulate location events by dispatching them from the runtime:
[lua]Runtime:dispatchEvent(‘location’, {latitude=0, logitude=0})[/lua] [import]uid: 52771 topic_id: 18238 reply_id: 318238[/import]