CLLocationManager.RequestState(CLRegion) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步请求有关 的状态 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) 会在某个时间点调用 方法。