Condividi tramite


CLLocationManager.SignificantLocationChangeMonitoringAvailable Proprietà

Definizione

Indica se è disponibile il monitoraggio "significativo della posizione" (ad esempio, tramite l'interruttore della torre cellulare).

[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

Valore della proprietà

true se tale monitoraggio è disponibile.

Attributi

Commenti

Il monitoraggio "Cambiamento significativo della posizione" è la modalità di monitoraggio della posizione con potenza più bassa e viene eseguito principalmente tramite il rilevamento delle modifiche della torre del cellulare. Questo tipo di monitoraggio è utile principalmente per le applicazioni soddisfatte dai dati di posizione approssimativi.

Si applica a