Skip to main content

Class: G3XMapCompassArcModule

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Modules/G3XMapCompassArcModule.ts:6

A module describing the map compass arc.

Constructors

Constructor

new G3XMapCompassArcModule(): G3XMapCompassArcModule

Returns

G3XMapCompassArcModule

Properties

show

readonly show: Subject<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Modules/G3XMapCompassArcModule.ts:8

Whether to show the compass arc.


showHeadingBug

readonly showHeadingBug: Subject<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Modules/G3XMapCompassArcModule.ts:20

Whether to show the compass arc's selected heading bug. Showing the selected heading bug requires a MapGarminAutopilotPropsModule to be added to the map under the key MapSystemKeys.AutopilotProps.


showMinorBearingLabels

readonly showMinorBearingLabels: Subject<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Modules/G3XMapCompassArcModule.ts:11

Whether to show the compass arc's minor bearing labels.


showReadout

readonly showReadout: Subject<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Modules/G3XMapCompassArcModule.ts:14

Whether to show the compass arc's digital heading/track readout.