IAircraftComparerPrecalculatedDistances Property |
Gets an optional map of unique aircraft identifiers to their distance from the browser location in kilometres.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IDictionary<int, Nullable<double>> PrecalculatedDistances { get; }
ReadOnly Property PrecalculatedDistances As IDictionary(Of Integer, Nullable(Of Double))
Get
property IDictionary<int, Nullable<double>>^ PrecalculatedDistances {
IDictionary<int, Nullable<double>>^ get ();
}
abstract PrecalculatedDistances : IDictionary<int, Nullable<float>> with get
Property Value
Type:
IDictionaryInt32,
NullableDoubleRemarks
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