다음을 통해 공유


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

CLLocationManager 대리자 this 개체인 입니다.

반환

보정 대화 상자를 허용하려면 를 반환 true 합니다.

특성

설명

이 방법은 시스템이 자력계(나침반)가 최근에 보정되지 않았거나 국소 자기장의 큰 변화가 감지되었기 때문에 보정이 필요하다고 판단할 때 실행됩니다.

애플리케이션 개발자는 이 메서드를 재정의하여 를 반환 false할 수 있습니다. 이 경우 보정 대화 상자가 표시되지 않습니다.

적용 대상