| BaseStationMessageLongitude Property  | 
            Gets or sets the east (+ve) or west (-ve) coordinate for the aircraft.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<double> Longitude { get; set; }Public Property Longitude As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> Longitude {
	Nullable<double> get ();
	void set (Nullable<double> value);
}member Longitude : Nullable<float> with get, set
Property Value
Type: 
NullableDouble
See Also