MKCoordinateRegion is used to define a specific portion of a map in Map Kit.
MKCoordinateRegion
is used to define a specific portion of a map in Map Kit. It comprises a center coordinate and longitude and latitude deltas which are applied equally to keep the coordinate centered.
For more information, see the Apple Documentation for MKCoordinateRegion
.