Skip to main content

Class: G3XMapTerrainWxSettingCompatManager

Manages settings controlling the display of map relative terrain and weather overlays such that the two are never active at the same time.

Constructors

constructor

new G3XMapTerrainWxSettingCompatManager(settingManager): G3XMapTerrainWxSettingCompatManager

Constructor.

Parameters

NameTypeDescription
settingManagerUserSettingManager<Partial<G3XMapTerrainWxUserSettings>>A setting manager containing the user settings controlling the display of relative terrain and weather overlays for this manager to manage.

Returns

G3XMapTerrainWxSettingCompatManager

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/G3XMapTerrainWxSettingCompatManager.ts:34

Methods

destroy

destroy(): void

Destroys this manager.

Returns

void

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/G3XMapTerrainWxSettingCompatManager.ts:77


init

init(): void

Initializes this manager. Once initialized, this manager will automatically control its managed settings such that the relative terrain and weather overlays are never active at the same time.

Returns

void

Throws

Error if this manager has been destroyed.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/G3XMapTerrainWxSettingCompatManager.ts:46