A CLLocation object represents the location data generated by a CLLocationManager object.
I'm writing an App with a mapView showing some Annotations. Now I want to show the User's current location in …
ios ios7 mkmapview cllocationI need a way of comparing two CLLocationCoordinate2D's however when I tried using == it wouldn't work. Please can someone …
core-location cllocation equatablethe following are listed in CLLocation.h but from my experience they are deceiving names- possibly originally thought up to …
ios location core-location cllocation energyI'm trying to calculate a bearing between two CLLocation points in swift-only code. I've run into some difficulty and was …
ios swift cllocationI'm trying to save a location and retrieve the location on a map afterward using Core Location, MapKit and Core …
iphone core-data save store cllocationI need to check if user location belongs to the MKCoordinateRegion. I was surprised not to find simple function for …
iphone ios cllocationmanager cllocation mkcoordinateregionI've been working on a location based app recently and am noticing some strange values for CLLocation. I often get …
ios core-location cllocation horizontal-accuracyI am calling this function once I get the addressString: [[self geocoder] geocodeAddressString:addressString completionHandler:^(NSArray *placemarks, NSError *error) { if (…
ios objective-c geolocation cllocation clgeocoderI have a latitude/longitude location that I want to convert to the location name String in Swift. What is …
swift gps cllocation clgeocoder cllocationcoordinate2dSo I am dealing with some accuracy issues with iPhone GPS. I have an app which uses location. In the …
ios cllocationmanager cllocation