MKLocalSearchCompleter.Region Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.