Compartir a través de


CLLocationManager.RequestState(CLRegion) Método

Definición

Solicita de forma asincrónica información sobre el estado de 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

Parámetros

region
CLRegion

Región cuyo estado se está consultando.

Atributos

Comentarios

Los desarrolladores de aplicaciones deben haber asignado la Delegate propiedad a un objeto que implementa DidDetermineState(CLLocationManager, CLRegionState, CLRegion) antes de llamar a este método. Se DidDetermineState(CLLocationManager, CLRegionState, CLRegion) llamará al método en algún momento posteriormente.

Se aplica a