Top "Core-location" questions

This proprietary Apple framework for iOS and Mac OS X allows apps to obtain information on a device's current location (latitude, longitude, and on some devices, altitude), direction and speed.

Mapping GPS coordinates in ARKit

I'm exploring the new ARKit. Currently all the examples I've seen use the "relative" position of the camera to place …

ios core-location arkit
iPhone GPS in background never resumes after pause

My application needs to track user location changes in the background and works fine as long as user moves around. …

ios objective-c core-location cllocationmanager uiapplicationdelegate
iOS CoreLocation Altitude

Prior to iOS 4.0, CoreLocation was reporting altitude correctly, now it always reports as 0 ft. -(void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(…

iphone ios core-location altitude cllocationdistance
iOS8: Blue bar "is Using Your Location" appears shortly after exiting app

I would like to get the blue bar when tracking in the background, but not when not. My app uses …

ios objective-c core-location
Location services don't stop when application is terminated

I'm currently developing an iPhone application which needs location services for various use including AR. I test everything on simulator …

iphone ios ipad core-location iphone-4
startMonitoringForRegion never calls didEnterRegion/didExitRegion

I try to get the iPhone4 to monitor regions and notify me by call didEnterRegion or didExitRegion. I can't get …

iphone monitoring core-location region
How can I disable any CLRegion objects registered with -startMonitoringForRegion?

I am using a NavigationController to display a list of geo-fences available to the user. At the top there is …

iphone ios core-location clregion
Creating GPX file from array of CLLocation

My application needs to share array of CLLocations (Route) within devices using application.I have no experience of using GPX …

iphone ios parsing core-location gpx
iphone core location: distance filter how does it work?

What exactly the property locationmanager.distancefilter do? Does it determine how often the didUpdateTolocation method gets called??

iphone core-location locationmanager
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