AircraftJsonPositionIsStale Property |
Gets or sets a value indicating whether the position is older than the display timeout.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<bool> PositionIsStale { get; set; }
Public Property PositionIsStale As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> PositionIsStale {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member PositionIsStale : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanRemarks
This is usually only seen on merged feeds that include an MLAT feed, and only for aircraft
that are not transmitting positions. The aircraft can appear to freeze on the map when it
moves out of range of the MLAT receiver, this flag controls whether we should keep showing
the aircraft on the map.
See Also