I have a created a small app which uses location services on the iPhone. All works well, except the fact, that sometimes, the small arrow in the info-bar stays active even if I explicitly kill the app
How is it possible to keep CLLoc开发者_开发技巧ation updating in the background. I believe you need to register the application to do this in the Application delegate but I can not find a reference to
I am wondering how CLLocationManager\'s distanceFilter work. According to the docs, The minimum distance (measured in meters) a device must move laterally before an update event is generated.
I start startMonitoringSignificantLocationChanges when my app goes into the background, I make sure that when didUpdateToLocation is triggered, it will check for cached location and invalid accuracy r
How can I check if the user has allowed location for mu app? Normally I would use authorizationStatus method of the CLLocationManager class, but it is o开发者_高级运维nly available in iOS 4.2 and newe
I\'m having a bit of a problem with an iPhone GPS \'runkeeper\'- type app. In almost all ways the app works fine, the way I\'ve designed it is to add the CLLocation objects into an array, and then sto
I try do get the locationServicesEnabled function to work... but my UIAlert shows up no matter if the locationServices is enabled or not! How do I get this to work properly?
Hey! Basically I wann开发者_StackOverflow中文版a reverse geocode my coordinates for my annotation and show the address as the subtitle for my stored annotation (StorePosition). I just cant figure out
It would be great to know what the battery drain开发者_开发问答 rate is for different accuracy settings for the iOS standard location service while it is updating location constantly (I\'m not talking
I\'ve problem with Objective C at the moment with developing something special. So - after the MKMapView is initialized and the users position is shown, I would like to implement a method to show ann