Skip to main content

Type Alias: NearestWaypointTypeMap

NearestWaypointTypeMap = object

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Nearest/NearestWaypoint.ts:15

A map from nearest facility types to waypoint types.

Properties

LOAD_AIRPORT

LOAD_AIRPORT: AirportWaypoint

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Nearest/NearestWaypoint.ts:17

Airports.


LOAD_INTERSECTION

LOAD_INTERSECTION: FacilityWaypoint<IntersectionFacility>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Nearest/NearestWaypoint.ts:26

Intersections.


LOAD_NDB

LOAD_NDB: FacilityWaypoint<NdbFacility>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Nearest/NearestWaypoint.ts:23

NDBs.


LOAD_VOR

LOAD_VOR: FacilityWaypoint<VorFacility>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Nearest/NearestWaypoint.ts:20

VORs.


USR

USR: FacilityWaypoint<UserFacility>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Nearest/NearestWaypoint.ts:29

User waypoints.