Skip to main content

Enumeration: MapRotation

An enumeration of possible map rotation types.

Enumeration Members

DtkUp

DtkUp = "DtkUp"

Map up position points towards the current desired track.

Defined in

src/sdk/components/mapsystem/modules/MapRotationModule.ts:20


HeadingUp

HeadingUp = "HeadingUp"

Map up position points towards the current airplane heading.

Defined in

src/sdk/components/mapsystem/modules/MapRotationModule.ts:17


NorthUp

NorthUp = "NorthUp"

Map up position points towards true north.

Defined in

src/sdk/components/mapsystem/modules/MapRotationModule.ts:11


TrackUp

TrackUp = "TrackUp"

Map up position points towards the current airplane track.

Defined in

src/sdk/components/mapsystem/modules/MapRotationModule.ts:14


Undefined

Undefined = "Undefined"

Map up position does not follow a defined pattern.

Defined in

src/sdk/components/mapsystem/modules/MapRotationModule.ts:8