In an iPhone App how can you calculate distance between two points in MKMapView
as shown in the image below?
The first point would be the center point of the visible map in the mapview.
The 2nd point would be any of corner of the visible rectangle of the mapview (here, for example I have taken the top left point).
I want to calculate this distance in meters. How can I achieve that?
My goal is to calculate the ratios of the visible Map rectangle in MKMapview
.