3

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"?

Ross
  • 14,266
  • 12
  • 60
  • 91

1 Answers1

1

This might help:

iphone -- convert MKMapPoint distances to meters

Community
  • 1
  • 1
Ulaş Sancak
  • 887
  • 7
  • 22