Enumeration: MapRotation
Defined in: src/sdk/components/mapsystem/modules/MapRotationModule.ts:6
An enumeration of possible map rotation types.
Enumeration Members
DtkUp
DtkUp:
"DtkUp"
Defined in: src/sdk/components/mapsystem/modules/MapRotationModule.ts:20
Map up position points towards the current desired track.
HeadingUp
HeadingUp:
"HeadingUp"
Defined in: src/sdk/components/mapsystem/modules/MapRotationModule.ts:17
Map up position points towards the current airplane heading.
NorthUp
NorthUp:
"NorthUp"
Defined in: src/sdk/components/mapsystem/modules/MapRotationModule.ts:11
Map up position points towards true north.
TrackUp
TrackUp:
"TrackUp"
Defined in: src/sdk/components/mapsystem/modules/MapRotationModule.ts:14
Map up position points towards the current airplane track.
Undefined
Undefined:
"Undefined"
Defined in: src/sdk/components/mapsystem/modules/MapRotationModule.ts:8
Map up position does not follow a defined pattern.