-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
My application uses Core Location in three different views. It's working perfectly. In my first view, I subclass the CLLocationManager and use protocol methods for location updates to my calling class. Before I install the framework and code in my other classes, I was wondering:
Is the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How bad is it to use Location Manager to retrieve the location information when MapView.showUserLocation is also TRUE?
I have a situation where i want to show the blue dot to indicate the user's current location, and i want to record the user's current location after some time interval. Having said…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there anyway to test CoreLocation on the iPhone Simulator?
All I require is to be able to set the location myself and have CoreLocation return it.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm writing a Mac App that needs to use CoreLocation services. The code and location works fine, as long as I manually authenticate the service inside the security preference pane. However the framework is not automatically popping up with a permission dialog. The documentation states:
Important…
>>> More