how to calculate distance between two location in miles using distanceFromLocation method of mapkit framework.
Thanks
This has already been answered in metric here. Now you just need to convert meters to miles which is:
1 Meter = 0.000621371192 Miles
or
1 Mile = 1609.344 Meters