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.
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 arkitMy 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 uiapplicationdelegatePrior 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 cllocationdistanceI would like to get the blue bar when tracking in the background, but not when not. My app uses …
ios objective-c core-locationI'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-4I try to get the iPhone4 to monitor regions and notify me by call didEnterRegion or didExitRegion. I can't get …
iphone monitoring core-location regionI am using a NavigationController to display a list of geo-fences available to the user. At the top there is …
iphone ios core-location clregionMy application needs to share array of CLLocations (Route) within devices using application.I have no experience of using GPX …
iphone ios parsing core-location gpxWhat exactly the property locationmanager.distancefilter do? Does it determine how often the didUpdateTolocation method gets called??
iphone core-location locationmanagerI 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