boundingMapRect
The projected rectangle that encompasses the overlay.
Declaration
var boundingMapRect: MKMapRect { get }Discussion
This property contains the smallest rectangle that completely encompasses the overlay. Implementers of this protocol need to set this area when implementing their overlay class, and after setting it, not change it. Specify the rectangle using projected coordinates — that is, coordinates you obtain by projecting the globe onto a two-dimensional surface.