Part of the Core Location Data Types. This is a distance measurement (in meters) from an existing location.
Questions tagged [cllocationdistance]
77 questions
-1
votes
3 answers
How to compare the coordinates of a location to the current coords of a user
I'm comparing the coordinates of a location to the current coords of a user. The distance is outputted like: 6056609.511004132946254686
I'm not sure what measurement this is in. I want the final measured distance to be in km.
// location of…

hanumanDev
- 6,592
- 11
- 82
- 146
-4
votes
1 answer
Trying to get distance calculated from gps detected location to a number of restaurants in a plist file
I have to do a project in which I have to calculate the distance from my location which is detected by gps to a number of restaurants whose locations are in a plist file and then display the distance in a list view as a subtitle of the restaurant…

user2013118
- 1
- 3