Feature Request - Location Library

Hi,
I see this in the documentation as “Forthcoming”. I am guessing this will access the GPS part of the iPhone. Any idea when this library will be ready??

Thanks,

Jeff [import]uid: 2249 topic_id: 113 reply_id: 300113[/import]

We are looking to have the functionality available in September.

Ansca [import]uid: 24 topic_id: 113 reply_id: 88[/import]

When Core Location capability is added, could you also please add to the system namespace something like:

system.canSleep(BOOL)

mapping to Objective-C’s

[UIApplication sharedApplication].idleTimerDisabled = YES|NO;

I’ve noticed working on my current XCode project at present that when the phone goes to sleep/suspend that Core Location stops sending messages. So for any GPS tracking type app (or any clock type apps for that matter), it would be very useful to programatically disable the phone’s autolock in Corona.

Thanks!

  • Ian
    [import]uid: 238 topic_id: 113 reply_id: 91[/import]

Thank you for system.setIdleTimer() in the latest build!

  • Ian [import]uid: 238 topic_id: 113 reply_id: 111[/import]