Looks up an airport by its FAA location identifier (e.g. "JFK", "LAX", "3N6"). Returns undefined if no match is found.
Looks up an airport by its ICAO code (e.g. "KJFK", "KLAX"). Returns undefined if no match is found.
Finds airports nearest to a geographic position, sorted by distance. Results are filtered by max distance and limited to the requested count.
Fuzzy-searches airports across FAA ID, ICAO code, name, and city. Results are scored and returned best-match first, each carrying the matched field and character ranges for highlighting.
A stateless resolver providing airport lookup methods.