CLLocationManagerDelegate_Extensions.UpdatedHeading Method

Definition

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void UpdatedHeading (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLHeading newHeading);
static member UpdatedHeading : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLHeading -> unit

Parameters

This
ICLLocationManagerDelegate

The instance on which this extension method operates.

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

newHeading
CLHeading

The new heading.

Attributes

Applies to