Interface: FlightPathCalculatorFacilityCache
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculatorFacilityCache.ts:7
A cache of facilities for use in flight path calculations.
Methods
getFacility()
getFacility(
icao
):undefined
|Facility
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculatorFacilityCache.ts:13
Gets a facility from its ICAO.
Parameters
Parameter | Type | Description |
---|---|---|
icao | IcaoValue | The ICAO value of the facility to get. |
Returns
undefined
| Facility
The requested facility, or undefined
if the facility is not present in this cache.