IAircraftComparer Interface |
Namespace: VirtualRadar.Interface
The IAircraftComparer type exposes the following members.
Name | Description | |
---|---|---|
BrowserLocation |
Gets or sets the location of the browser, if known.
| |
PrecalculatedDistances |
Gets an optional map of unique aircraft identifiers to their distance from the browser location in kilometres.
| |
SortBy |
Gets a list of key-value pairs where the key is the column to sort by (see AircraftComparerColumn)
and the value is a bool indicating whether the sort is ascending (true) or descending (false).
|
Name | Description | |
---|---|---|
Compare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from IComparerIAircraft.) |