Skip to main content

Class: MapOrientationModule

A module describing the map orientation.

Constructors

constructor

new MapOrientationModule(): MapOrientationModule

Returns

MapOrientationModule

Properties

commandedOrientation

Readonly commandedOrientation: Subject<MapOrientation>

The map orientation commanded by the user.

Defined in

src/garminsdk/components/map/modules/MapOrientationModule.ts:24


desiredOrientation

Readonly desiredOrientation: Subject<MapOrientation>

The desired orientation of the map.

Defined in

src/garminsdk/components/map/modules/MapOrientationModule.ts:21


northUpAboveActive

Readonly northUpAboveActive: Subject<boolean>

Whether north up-above is active.

Defined in

src/garminsdk/components/map/modules/MapOrientationModule.ts:27


northUpAboveRangeIndex

Readonly northUpAboveRangeIndex: Subject<number>

The range index above which north up-above applies.

Defined in

src/garminsdk/components/map/modules/MapOrientationModule.ts:30


northUpOnGroundActive

Readonly northUpOnGroundActive: Subject<boolean>

Whether north up on ground is active.

Defined in

src/garminsdk/components/map/modules/MapOrientationModule.ts:33


orientation

Readonly orientation: Subject<MapOrientation>

The actual orientation of the map.

Defined in

src/garminsdk/components/map/modules/MapOrientationModule.ts:18