CLLocationManagerDelegate.ShouldDisplayHeadingCalibration 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
系統認為磁力計應該校正。
[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
this
, CLLocationManager 其為委派物件。
傳回
返回 true
以允許校正對話方塊。
- 屬性
備註
當系統認為磁力計 (指南針) 需要校正時,將會執行這個方法,可能是因為最近尚未校正,或是因為偵測到本機磁場中的大變更。
應用程式開發人員可能會覆寫這個方法以傳回 false
,在此情況下不會顯示校正對話方塊。