共用方式為


MKLocalSearchCompleter.Region 屬性

定義

取得或設定要搜尋完成的 Grographic 區域。

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

屬性值

要搜尋完成的地理區域。

屬性

備註

強烈建議開發人員設定此屬性,因為預設搜尋區域是整個地球。

適用於