Hi
Is it possible to use the mapkit in the iphone sdk to calculate distance between two addresses ?
Thanks for the help.
Hi
Is it possible to use the mapkit in the iphone sdk to calculate distance between two addresses ?
Thanks for the help.
No but if you have the longitude/latitude then it is fairly easy to calculate the distance. It is the mathematical distance between those points of course. Not the actual driving or walking distance that is based on an actual route.
How about using the Core Location framework:
You'll need the latitude/longitudes for both addresses.