Click or drag to resize
IAircraftComparerPrecalculatedDistances Property
Gets an optional map of unique aircraft identifiers to their distance from the browser location in kilometres.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IDictionary<int, Nullable<double>> PrecalculatedDistances { get; }

Property Value

Type: IDictionaryInt32, NullableDouble
Remarks
Calculating distances can be expensive. If an aircraft has an entry in this dictionary then it saves the comparer from having to perform the calculation repeatedly for an aircraft.
See Also