Freigeben über


CLLocationManager.RequestState(CLRegion) Methode

Definition

Fordert asynchron Informationen zum Zustand von an 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

Parameter

region
CLRegion

Die Region, deren Zustand abgefragt wird.

Attribute

Hinweise

Anwendungsentwickler müssen die Delegate -Eigenschaft einem Objekt zugewiesen haben, das implementiert DidDetermineState(CLLocationManager, CLRegionState, CLRegion) , bevor diese Methode aufgerufen wird. Die DidDetermineState(CLLocationManager, CLRegionState, CLRegion) Methode wird zu einem späteren Zeitpunkt aufgerufen.

Gilt für: