Skip to main content

Class: MapOrientationModule

Defined in: src/garminsdk/components/map/modules/MapOrientationModule.ts:16

A module describing the map orientation.

Constructors

Constructor

new MapOrientationModule(): MapOrientationModule

Returns

MapOrientationModule

Properties

commandedOrientation

readonly commandedOrientation: Subject<MapOrientation>

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

The map orientation commanded by the user.


desiredOrientation

readonly desiredOrientation: Subject<MapOrientation>

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

The desired orientation of the map.


northUpAboveActive

readonly northUpAboveActive: Subject<boolean>

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

Whether north up-above is active.


northUpAboveRangeIndex

readonly northUpAboveRangeIndex: Subject<number>

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

The range index above which north up-above applies.


northUpOnGroundActive

readonly northUpOnGroundActive: Subject<boolean>

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

Whether north up on ground is active.


orientation

readonly orientation: Subject<MapOrientation>

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

The actual orientation of the map.