Compartir a través de


CLLocationManager.SignificantLocationChangeMonitoringAvailable Propiedad

Definición

Si está disponible la supervisión de "cambio significativo de ubicación" (por ejemplo, a través del conmutador de torre de celda).

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool SignificantLocationChangeMonitoringAvailable { [Foundation.Export("significantLocationChangeMonitoringAvailable")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool SignificantLocationChangeMonitoringAvailable { [Foundation.Export("significantLocationChangeMonitoringAvailable")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.SignificantLocationChangeMonitoringAvailable : bool

Valor de propiedad

true si esta supervisión está disponible.

Atributos

Comentarios

La supervisión de "cambio significativo de ubicación" es el modo de supervisión de ubicación de menor energía y se realiza principalmente a través del seguimiento de cambios en la torre del teléfono móvil. Este tipo de supervisión es principalmente útil para las aplicaciones que cumplen los datos de ubicación aproximados.

Se aplica a