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
readonlycommandedOrientation:Subject<MapOrientation>
Defined in: src/garminsdk/components/map/modules/MapOrientationModule.ts:24
The map orientation commanded by the user.
desiredOrientation
readonlydesiredOrientation:Subject<MapOrientation>
Defined in: src/garminsdk/components/map/modules/MapOrientationModule.ts:21
The desired orientation of the map.
northUpAboveActive
readonlynorthUpAboveActive:Subject<boolean>
Defined in: src/garminsdk/components/map/modules/MapOrientationModule.ts:27
Whether north up-above is active.
northUpAboveRangeIndex
readonlynorthUpAboveRangeIndex:Subject<number>
Defined in: src/garminsdk/components/map/modules/MapOrientationModule.ts:30
The range index above which north up-above applies.
northUpOnGroundActive
readonlynorthUpOnGroundActive:Subject<boolean>
Defined in: src/garminsdk/components/map/modules/MapOrientationModule.ts:33
Whether north up on ground is active.
orientation
readonlyorientation:Subject<MapOrientation>
Defined in: src/garminsdk/components/map/modules/MapOrientationModule.ts:18
The actual orientation of the map.