Share via


CLLocationManagerDelegate_Extensions.UpdatedHeading Method

Definition

The device's heading has been updated.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdatedHeading(this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLHeading newHeading);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdatedHeading : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLHeading -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

newHeading
CLHeading

The new heading.

Attributes

Applies to