Click or drag to resize
AirborneVelocityMessageVectorVelocity Property
Gets or sets the velocity and bearing when expressed in an ADS-B message as a pair of speeds along the X/Y axes.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VectorVelocity VectorVelocity { get; set; }

Property Value

Type: VectorVelocity
Remarks

At the time of writing this is used when the speed is the ground speed and the bearing the ground track. However you should consult the VelocityType property to confirm that this is not the airspeed and heading.

If this value is supplied then Heading and Airspeed will be null.

See Also