Skip to main content

Variable: FacilityTypeSearchType

const FacilityTypeSearchType: object

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

A type map of facility type to facility search type.

Type declaration

LOAD_AIRPORT

readonly LOAD_AIRPORT: Airport = FacilitySearchType.Airport

Airport facility type.

LOAD_INTERSECTION

readonly LOAD_INTERSECTION: Intersection = FacilitySearchType.Intersection

Intersection facility type.

LOAD_NDB

readonly LOAD_NDB: Ndb = FacilitySearchType.Ndb

NDB facility type.

LOAD_VOR

readonly LOAD_VOR: Vor = FacilitySearchType.Vor

VOR facility type.

USR

readonly USR: User = FacilitySearchType.User

USR facility type.

VIS

readonly VIS: Visual = FacilitySearchType.Visual

Visual facility type.