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) 會在某個時間點呼叫 方法。