共用方式為


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

適用於