Skip to main content

Class: MapTerrainWxSettingCompatManager

Manages settings controlling the display of map relative terrain and weather (datalink and/or weather radar) overlays such that the two are never active at the same time.

Constructors

constructor

new MapTerrainWxSettingCompatManager(settingManager): MapTerrainWxSettingCompatManager

Constructor.

Parameters

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

Returns

MapTerrainWxSettingCompatManager

Defined in

src/garminsdk/components/map/MapTerrainWxSettingCompatManager.ts:32

Methods

destroy

destroy(): void

Destroys this manager.

Returns

void

Defined in

src/garminsdk/components/map/MapTerrainWxSettingCompatManager.ts:75


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/garminsdk/components/map/MapTerrainWxSettingCompatManager.ts:44