CoreLocation on iPod Touch, location caching and other conundrums...

Posted by Moshe on Stack Overflow See other posts from Stack Overflow or by Moshe
Published on 2010-04-02T03:13:09Z Indexed on 2010/04/02 3:23 UTC
Read the original article Hit count: 353

I have a few questions about Core Location.

1) Should the user refuse permission for my app to use core location, or core location is unavailable for some reason, is there a fallback? (Device Locale, for example?)

2)Can I cache a device's location for next time? Does Core Location do this itself?

3)I really need the sunset time in the user's area during the mid-spring season and I have a function to do that, once I have the Latitude and Longitude of the device. Perhaps I can just make an assumption about the time based on Locale? (Example: In the US, assume approximately 7:00pm.)

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about ipod