Top "Cllocation" questions

A CLLocation object represents the location data generated by a CLLocationManager object.

How to find out distance between coordinates?

I want to make it so that it will show the amount of distance between two CLLocation coordinates. Is there …

ios swift cllocation cllocationdistance
String to CLLocation latitude and Longitude

I have two strings representing latitude and longitude like: "-56.6462520", and i want to assign then to a CLLocation object …

iphone objective-c string cllocation
didUpdateLocations not called

I'm trying to get my current location, but the break point in didUpdateLocations is never being called. LocationManager: locationManager = [[CLLocationManager …

ios objective-c cllocationmanager cllocation
Initialize a CLLocation object in swift with latitude and longitude

In objective C (I have no experience with it) you can initialize a CLLocation object with latitude and longitude likes …

swift latitude-longitude cllocation cllocationdistance cllocationcoordinate2d
CLLocationManager on iPhone Simulator fails with kCLErrorDomain Code=0

CLLocationManager on iPhone Simulator is supposed to fake Cupertino (isn't it?) but it does NOT, it fails with kCLErrorDomain Code=0 …

ios iphone cllocationmanager simulator cllocation
Swift - CLGeocoder reverseGeocodeLocation completionHandler closure

What I'm trying to do is pass a CLLocation to the function getPlacemarkFromLocation which then uses the passed CLLocation through …

ios swift mapkit mkmapview cllocation
How to check that CLLocationCoordinate2D is not empty?

How to check that CLLocationCoordinate2D is not empty?

ios cllocation
How to measure the distance in meters between two CLLocations?

How 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 cllocation
How to stop multiple times method calling of didUpdateLocations() in ios

This my code...... -(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations { location_updated = [locations lastObject]; NSLog(@"updated coordinate are %@",location_…

ios iphone cllocationmanager cllocation