共用方式為


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

thisCLLocationManager 其為委派物件。

newHeading
CLHeading

新的標題。

屬性

適用於