Compartir a través de


CLLocationManager.Heading Propiedad

Definición

El encabezado más reciente (dirección en la que se desplaza el dispositivo).

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreLocation.CLHeading Heading { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("heading", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Heading : CoreLocation.CLHeading

Valor de propiedad

Este valor puede ser null si no se han iniciado actualizaciones de encabezados.

Atributos

Comentarios

La información de título solo está disponible en dispositivos con un magnetómetro de hardware. (Consulte HeadingAvailable).

Se aplica a