CLLocationManagerDelegate.DidDetermineState Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O state
do region
foi alterado.
[Foundation.Export("locationManager:didDetermineState:forRegion:")]
[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 DidDetermineState (CoreLocation.CLLocationManager manager, CoreLocation.CLRegionState state, CoreLocation.CLRegion region);
abstract member DidDetermineState : CoreLocation.CLLocationManager * CoreLocation.CLRegionState * CoreLocation.CLRegion -> unit
override this.DidDetermineState : CoreLocation.CLLocationManager * CoreLocation.CLRegionState * CoreLocation.CLRegion -> unit
Parâmetros
- manager
- CLLocationManager
O CLLocationManager para o qual this
é o objeto delegado.
- state
- CLRegionState
O novo estado da região.
- region
- CLRegion
- Atributos