CLLocationManager.RequestState(CLRegion) 方法

定义

异步请求有关 的状态 region的信息。

[Foundation.Export("requestStateForRegion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestState (CoreLocation.CLRegion region);
abstract member RequestState : CoreLocation.CLRegion -> unit
override this.RequestState : CoreLocation.CLRegion -> unit

参数

region
CLRegion

正在查询其状态的区域。

属性

注解

在调用此方法之前, Delegate 应用程序开发人员必须已将 属性分配给实现 DidDetermineState(CLLocationManager, CLRegionState, CLRegion) 的对象。 随后 DidDetermineState(CLLocationManager, CLRegionState, CLRegion) 会在某个时间点调用 方法。

适用于