次の方法で共有


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

新しい見出し。

属性

適用対象