Click or drag to resize
AircraftOperationalStatusMessageLateralAxisGpsOffset Property
Gets or sets the offset, in metres, of the GPS antenna from the longitudinal centre line of the aircraft. Positive values indicate an offset towards the left wingtip, negative values are an offset towards the right wingtip.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<short> LateralAxisGpsOffset { get; set; }

Property Value

Type: NullableInt16
Remarks
The largest offset that the message can represent is six metres. Offsets over 6m are shown as 6.
See Also