共用方式為


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
屬性

備註

這是最有能源效率的監視模式,主要是依賴行動電話塔變更。 它最適合沒有精確位置監視需求的應用程式。

適用於