Top "Cllocationmanager" questions

The CLLocationManager class defines the interface for configuring the delivery of location- and heading-related events to your application

Reverse Geocode Location in Swift

My input is a latitude and longitude. I need to use the reverseGeocodeLocation function of swift, to give me the …

ios swift cllocationmanager reverse-geocoding
allowsBackgroundLocationUpdates in CLLocationManager in iOS9

I'm using CoreLocation framework in my app in Xcode7(pre-released),and I noticed that there is a newly added property …

ios ios9 core-location cllocationmanager
didUpdateLocations not called

I'm trying to get my current location, but the break point in didUpdateLocations is never being called. LocationManager: locationManager = [[CLLocationManager …

ios objective-c cllocationmanager cllocation
iOS - MKMapView place annotation by using address instead of lat / long

I am able to place annotations on my MKMapView by using latitude and longitude, however, my feed coming in that …

ios mkmapview geocoding core-location cllocationmanager
IOS 9 Error Domain=kCLErrorDomain Code=0 "(null)"

Code below should get current location. But above error is generated. Function didUpdateLocations never gets called. Running this on a …

iphone cllocationmanager ios9
Behaviour for significant change location API when terminated/suspended?

This is the section from the CLLocationManager documentation describing the app behavior with startMonitoringSignificantLocationChanges: If you start this service and …

ios core-location cllocationmanager uiapplicationdelegate
Checking for iOS Location Services

I have a view with a map and a button (like the Maps app once) that allows the user to …

objective-c ios cllocationmanager
CLLocationManager.authorizationStatus() always CLAuthorizationStatus.NotDetermined with swift&objC app

I just can get my CLLocationManager to authorise. (swift under ios8) I even add an explicit requestAlwaysAuthorization call (which I …

swift ios8 cllocationmanager
NSLocationAlwaysUsageDescription string added in info.plist is not showing in permission popup ios

<key>NSLocationAlwaysUsageDescription</key> <array> <string>Location is required to find out where …

ios cllocationmanager
Start Location Manager in iOS 7 from background task

It seems that in iOS 7 an app can not start Location Manager (by calling startUpdatingLocation) from the background task anymore. …

ios objective-c ios7 core-location cllocationmanager