共用方式為


CLLocationManagerDelegate.ShouldDisplayHeadingCalibration 方法

定義

系統認為磁力計應該校正。

[Foundation.Export("locationManagerShouldDisplayHeadingCalibration:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldDisplayHeadingCalibration (CoreLocation.CLLocationManager manager);
abstract member ShouldDisplayHeadingCalibration : CoreLocation.CLLocationManager -> bool
override this.ShouldDisplayHeadingCalibration : CoreLocation.CLLocationManager -> bool

參數

manager
CLLocationManager

thisCLLocationManager 其為委派物件。

傳回

返回 true 以允許校正對話方塊。

屬性

備註

當系統認為磁力計 (指南針) 需要校正時,將會執行這個方法,可能是因為最近尚未校正,或是因為偵測到本機磁場中的大變更。

應用程式開發人員可能會覆寫這個方法以傳回 false ,在此情況下不會顯示校正對話方塊。

適用於