Partager via


CLLocationManagerDelegate.UpdatedHeading(CLLocationManager, CLHeading) Méthode

Définition

Le titre de l’appareil a été mis à jour.

[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

Paramètres

manager
CLLocationManager

CLLocationManager pour lequel this est l’objet délégué.

newHeading
CLHeading

Nouveau titre.

Attributs

S’applique à