Class: MapConfig
A configuration object which defines options related to maps.
Implements
Constructors
constructor
• new MapConfig(element
): MapConfig
Creates a new MapConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Map/MapConfig.ts:23
Properties
ownAirplaneIconSrc
• Readonly
ownAirplaneIconSrc: string
The path to the own airplane icon's image asset.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Map/MapConfig.ts:11
trafficRangeInnerRingShow
• Readonly
trafficRangeInnerRingShow: boolean
Whether to show the dashed inner ring on the traffic map.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Map/MapConfig.ts:17
trafficRangeLabelRadial
• Readonly
trafficRangeLabelRadial: number
The radial on which the range labels on the traffic map are positioned, in degrees.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Map/MapConfig.ts:14