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