Interface: NearestWaypointEntry<W>
A data item describing a nearest waypoint.
Type parameters
Name | Type |
---|---|
W | extends FacilityWaypoint |
Implemented by
Properties
relativeBearing
• Readonly
relativeBearing: Subscribable
<number
>
The bearing from the airplane to this data item's waypoint, in degrees, relative to the current airplane heading.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Nearest/NearestWaypointArray.ts:20
store
• Readonly
store: WaypointInfoStore
An info store for this data item's waypoint.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Nearest/NearestWaypointArray.ts:17
waypoint
• Readonly
waypoint: W
This data item's waypoint.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Nearest/NearestWaypointArray.ts:14
Methods
destroy
▸ destroy(): void
Destroys this data item.
Returns
void
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Nearest/NearestWaypointArray.ts:23