Skip to main content

Type Alias: NearestFacilityWaypointTypeMap

NearestFacilityWaypointTypeMap = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Nearest/NearestWaypoint.ts:16

A map from nearest facility types to waypoint types.

Properties

LOAD_AIRPORT

LOAD_AIRPORT: AirportWaypoint

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Nearest/NearestWaypoint.ts:18

Airports.


LOAD_INTERSECTION

LOAD_INTERSECTION: FacilityWaypoint<IntersectionFacility>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Nearest/NearestWaypoint.ts:27

Intersections.


LOAD_NDB

LOAD_NDB: FacilityWaypoint<NdbFacility>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Nearest/NearestWaypoint.ts:24

NDBs.


LOAD_VOR

LOAD_VOR: FacilityWaypoint<VorFacility>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Nearest/NearestWaypoint.ts:21

VORs.


USR

USR: FacilityWaypoint<UserFacility>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Nearest/NearestWaypoint.ts:30

User waypoints.