ReportFlightJsonFirstLatitude Property |
Gets or sets the latitude of the aircraft when it was first seen.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double FirstLatitude { get; set; }
Public Property FirstLatitude As Double
Get
Set
public:
property double FirstLatitude {
double get ();
void set (double value);
}
member FirstLatitude : float with get, set
Property Value
Type:
DoubleSee Also