다음을 통해 공유


CLLocationManagerDelegate.UpdatedHeading(CLLocationManager, CLHeading) 메서드

정의

디바이스의 제목이 업데이트되었습니다.

[Foundation.Export("locationManager:didUpdateHeading:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdatedHeading (CoreLocation.CLLocationManager manager, CoreLocation.CLHeading newHeading);
abstract member UpdatedHeading : CoreLocation.CLLocationManager * CoreLocation.CLHeading -> unit
override this.UpdatedHeading : CoreLocation.CLLocationManager * CoreLocation.CLHeading -> unit

매개 변수

manager
CLLocationManager

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

newHeading
CLHeading

새 제목입니다.

특성

적용 대상