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
할 수 있습니다. 이 경우 보정 대화 상자가 표시되지 않습니다.