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

属性值

要搜索完成的地理区域。

属性

注解

强烈建议开发人员设置此属性,因为默认搜索区域是整个地球。

适用于