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
CLLocationManagerデリゲート オブジェクトである this
。
戻り値
調整ダイアログを許可するには、 に戻ります true
。
- 属性
注釈
この方法は、最近校正されていないか、ローカル磁場の大きな変化が検出されたために、磁気計 (コンパス) にキャリブレーションが必要であるとシステムが判断した場合に実行されます。
アプリケーション開発者は、このメソッドをオーバーライドして を返 false
す場合があります。この場合、調整ダイアログは表示されません。