How can I find out the size of the currently displayed area of MKMapKit view, ideally in meters?
MKMapKit has a visibleMapRect
method which can be used to obtain a MKMapSize
, for which the docs say:
The units of this value are map points.
What is a "map point"?