Top "Cllocationmanager" questions

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

How do you use CLRegion in iOS 7 since initCircularRegionWithCenter:radius:identifier: is deprecated?

Since the depreciation of initCircularRegionWithCenter:radius:identifier:, how would you define the region to be monitored using CLLocationManager?

ios7 cllocationmanager clregion
MBProgressHUD blocking user interaction

My application has a MBProgressHUD on the screen while the CLLocationManager is getting the user current location at a separate …

objective-c cllocationmanager nsthread mbprogresshud
Finding Direction in iPhone like in Compass?

Do any one have idea for finding true direction using iPhone? I want to implement such application in which I …

iphone compass-geolocation cllocationmanager direction map-directions
startMonitoringForRegion doesn't fire didEnterRegion and didExitRegion

I'm doing some test using estimote beacons and regions. Reading the documentation as I start monitoring a region I'm going …

ios cllocationmanager ibeacon
Core Location region monitoring

Does anyone know any knowledge of using this: - (void) startMonitoringForRegion:(CLRegion *)region desiredAccuracy:(CLLocationAccuracy)accuracy I am trying to …

iphone objective-c ios4 cllocationmanager cllocation
cllocation and mkreversegeocoder

i'm try to retreiving city name with cllocation and mkreversegeocoder. in my viewdidload method i istance cllocationmanager: self.locManager = [[CLLocationManager …

iphone cllocationmanager cllocation mkreversegeocoder
CLLocation elevation accuracy

I have a location service app, in which the user's elevation is provided. I have found, though, that the elevation …

ios geolocation core-location cllocationmanager altitude
Swift requestWhenInUseAuthorization not working

I'm writing an app for iOS 9.3 using swift and need a map to show user location. I initialize CLLocationManager and …

swift location cllocationmanager
didEnterRegion works in foreground but not background or other VCs

If the app is running and the CLLocationManagerDelegate class is the foreground (i.e. visible) then the didEnterRegions triggers and …

ios cllocationmanager region-management clregion
CLLocationManager and degrees of heading in iPhone

Using the CLLocationManager object's didUpdateHeading event, how do I convert the resulting heading.x and heading.y values into degrees …

iphone cllocationmanager degrees