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

APT

APT: AirportWaypoint

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

Airports.


INT

INT: FacilityWaypoint<IntersectionFacility>

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

Intersections.


NDB

NDB: FacilityWaypoint<NdbFacility>

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

NDBs.


USR

USR: FacilityWaypoint<UserFacility>

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

User waypoints.


VOR

VOR: FacilityWaypoint<VorFacility>

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

VORs.