Click or drag to resize
BaseStationMessage.Longitude Property
Gets or sets the east (+ve) or west (-ve) coordinate for the aircraft.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<double> Longitude { get; set; }

Property Value

Type: Nullable<Double>
See Also