MKLocalSearchCompleter.Region Property

Definition

Gets or sets the grographic region to search for completions.

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

Property Value

The geographic region to search for completions.

Attributes

Remarks

Developers are strongly recommended to set this property, as the default search region is the entire planet Earth.

Applies to