Click or drag to resize
AircraftJsonPositionIsStale Property
Gets or sets a value indicating whether the position is older than the display timeout.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<bool> PositionIsStale { get; set; }

Property Value

Type: NullableBoolean
Remarks
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