Skip to main content

Variable: FacilityTypeSearchType

const FacilityTypeSearchType: object

Defined in: src/sdk/navigation/FacilityLoader.ts:105

A type map of facility type to facility search type.

Type Declaration

APT

readonly APT: Airport = FacilitySearchType.Airport

Airport facility type.

INT

readonly INT: Intersection = FacilitySearchType.Intersection

Intersection facility type.

NDB

readonly NDB: Ndb = FacilitySearchType.Ndb

NDB facility type.

USR

readonly USR: User = FacilitySearchType.User

USR facility type.

VIS

readonly VIS: Visual = FacilitySearchType.Visual

Visual facility type.

VOR

readonly VOR: Vor = FacilitySearchType.Vor

VOR facility type.