I want to calculate the driving distance between two locations [the user\'s specified locations], before user starts the driving. I used many formulas and getDistanceFrom in
Using Core Location API it will only give you the distance between two point in a straight line - most roads aren't, and hence the distance will be wrong.