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

this为其CLLocationManager指定委托对象的 。

newHeading
CLHeading

新标题。

属性

适用于