MKMapView.Region Property

Definition

The region displayed by the map view.

public virtual MapKit.MKCoordinateRegion Region { [Foundation.Export("region")] get; [Foundation.Export("setRegion:")] set; }
member this.Region : MapKit.MKCoordinateRegion with get, set

Property Value

Attributes

Remarks

The larger the displayed region, the further the map will be zoomed out to fit the area.

Applies to