Interface: NearestWaypointEntry<W>
A data item describing a nearest waypoint.
Type parameters
Name | Type |
---|---|
W | extends Waypoint |
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-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Nearest/NearestWaypointEntry.ts:16
store
• Readonly
store: WaypointInfoStore
An info store for this data item's waypoint.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Nearest/NearestWaypointEntry.ts:13
waypoint
• Readonly
waypoint: W
This data item's waypoint.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Nearest/NearestWaypointEntry.ts:10
Methods
destroy
▸ destroy(): void
Destroys this data item.
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Nearest/NearestWaypointEntry.ts:19