MKCoordinateSpan is a struct used in Map Kit to describe the size of a given area rectangle.
MKCoordinateSpan
is a struct used in Map Kit to describe the size of a given area rectangle. It is typically used to express a desired zoom level of the map or to get the size of the currently visible map region.
For more information, refer to the Apple Documentation for MKCoordinateSpan
.