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.
This is the code that I have in my AppDelegate Class - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { CLLocationManager *…
iphone core-location cllocationmanager cllocationI've created a simple app which tracks user location and creates local notification for every time location is updated. I …
ios swift core-location cllocationmanagerHow can I calculate the total distance traveled use CoreLocation in Swift I haven't been able to so far find …
ios xcode swift core-location cllocationI am writing an iPhone app and using Location Services. I am using the startMonitoringSignificantLocationChanges method on CLLocationManager. (As I …
iphone xcode4 ios-simulator core-locationI need to implement a native iPhone app to measure the velocity of the phone (basically a speedometer). I know …
iphone objective-c core-location accelerometerWe are currently experiencing the following weird issue with our iPhone app. As the title says, NSUserDefaults is losing our …
ios background nsuserdefaults core-location rebootI subclassed a CLRegion to support Polygons via overriding containsCoordinate: to use ray casting logic instead of the original distance …
objective-c cocoa-touch core-location clregionI have a CLLocation defined, and I'd like to move that point x meters to the east and y meters …
iphone cocoa-touch core-location latitude-longitudeI need to capture the GPS coordinates (no reverse geocoding, names, etc) in regions where there is no internet such …
ios gps core-locationhow to get current location latitude and longitude. I have try this. Using Xcode 6.01 and IOS SDK 8.0 -(CLLocationCoordinate2D) …
ios8 core-location cllocationmanager cllocation currentlocation