Top "Cllocationdistance" questions

Part of the Core Location Data Types.

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
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
How to track user location in background?

I'm looking for an open source app or library to track user location in the background. Now I'm trying to …

ios ios6 geolocation core-location cllocationdistance
Find closest longitude and latitude in array from user location - iOS Swift

In the question posted here, the user asked: I have an array full of longitudes and latitudes. I have two …

ios swift google-maps cllocationmanager cllocationdistance
iOS CoreLocation Altitude

Prior 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 cllocationdistance
CLLocation distanceFromLocation (in Swift?)

Can somebody please help me convert the following Objective-C statement to Swift? CLLocationDistance distance = [fromLocation distanceFromLocation:toLocation]; I know that …

swift cllocation cllocationdistance
How to find the distance between two locations using Apple maps in iOS 6?

My requirement is to find the distance in miles between two locations without using the Google API. I added code …

ios6 cllocation cllocationdistance