Class: MapTerrainColorsModule
A map data module that controls the terrain color reference point.
Constructors
constructor
• new MapTerrainColorsModule(): MapTerrainColorsModule
Returns
Properties
colors
• Readonly
colors: ArraySubject
<number
>
The terrain colors array.
Defined in
src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:18
colorsElevationRange
• Readonly
colorsElevationRange: Vec2Subject
The elevation range over which to assign the terrain colors, as [minimum, maximum]
in feet.
Defined in
src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:23
reference
• Readonly
reference: Subject
<EBingReference
>
The terrain colors reference point.
Defined in
src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:12
showIsoLines
• Readonly
showIsoLines: Subject
<boolean
>
Whether or not to show the map terrain isolines.
Defined in
src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:15