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 currently using CoreLocation + CLLocationManager in order to compare a users current location to N amount of other locations. The …
iphone cocoa-touch core-locationHow can I get the distance in meters between two CLLocations? CLLocation doesn't provide any method to do it, it …
objective-c cocoa-touch core-location cllocationI am working on a piece of Swift code for iOS 8. I am trying to do something which involves location, …
ios swift core-location cllocationmanagerI am currently trying to get my app to monitor particular regions using CoreLocation however I am finding that it …
ios core-location cllocationmanager geofencing clcircleregionI am having an issue when requesting location permissions from user when I use iOS11 my info.plist contains <…
ios swift ios11 core-location ios-permissionsProblem: It seems I can't stop Core Location from sending updates to my app / tracking. What am I doing: In …
ios mapkit core-location cllocationmanagerI know from documentation we can find distance between two CLLocation points using the function, distanceFromLocation:. But my problem is …
ios iphone core-locationIs there a way to manually tell the device to dispatch a significant location change notification that will wake up …
iphone ios core-location cllocationmanagerI need a way of comparing two CLLocationCoordinate2D's however when I tried using == it wouldn't work. Please can someone …
core-location cllocation equatableVery "simple" problem: given two CLLocationCoordinate2Ds, how can I get the bearing (as radians) from the first to the …
ios objective-c coordinates core-location