A rectangular area on a two-dimensional map projection.
SDKs
- iOS 4.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.2+
- watchOS 2.0+
Framework
- Map
Kit
Declaration
typedef struct {
...
} MKMapRect;
Overview
If you project the curved surface of the globe onto a flat surface, what you get is a two-dimensional version of a map where longitude lines appear to be parallel. Such maps are often used to show the entire surface of the globe all at once. An MKMap
data structure represents a rectangular area as seen on this two-dimensional map.