CLLocationManager.StartMonitoringSignificantLocationChanges 方法

定义

开始监视重大更改。

[Foundation.Export("startMonitoringSignificantLocationChanges")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartMonitoringSignificantLocationChanges ();
[Foundation.Export("startMonitoringSignificantLocationChanges")]
[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 virtual void StartMonitoringSignificantLocationChanges ();
abstract member StartMonitoringSignificantLocationChanges : unit -> unit
override this.StartMonitoringSignificantLocationChanges : unit -> unit
属性

注解

这是最节能的监视模式,主要依靠手机塔的变化。 它最适合没有精确位置监视需求的应用程序。

适用于