MKOverlay.BoundingMapRect Property

Definition

A MKMapRect rectangle that contains the overlay.

public abstract MapKit.MKMapRect BoundingMapRect { [Foundation.Export("boundingMapRect")] get; }
member this.BoundingMapRect : MapKit.MKMapRect

Property Value

The smallest rectangle that bounds the overlay.

Implements

Attributes

Remarks

The rectangle is defined using a projection of the globe onto a 2D surface.

Applies to