Skip to main content

Class: MapResourcePriority

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:4

Utility class defining the priority values for common resource consumers.

Constructors

Constructor

new MapResourcePriority(): MapResourcePriority

Returns

MapResourcePriority

Properties

DATA_INTEGRITY

readonly static DATA_INTEGRITY: 25 = 25

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:30

Data integrity.


DESIRED_ORIENTATION

readonly static DESIRED_ORIENTATION: 0 = 0

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:12

Desired orientation mode.


FLIGHT_PLAN_FOCUS

readonly static FLIGHT_PLAN_FOCUS: 50 = 50

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:27

Flight plan focus.


FOLLOW_AIRPLANE

readonly static FOLLOW_AIRPLANE: 0 = 0

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:6

Default follow player airplane behavior.


ORIENTATION

readonly static ORIENTATION: 0 = 0

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:9

Orientation mode.


ORIENTATION_ROTATION

readonly static ORIENTATION_ROTATION: 0 = 0

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:15

Rotation behavior from orientation mode.


PANNING

readonly static PANNING: 100 = 100

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:18

Panning.


POINTER

readonly static POINTER: 100 = 100

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:21

Pointer.


WAYPOINT_HIGHLIGHT

readonly static WAYPOINT_HIGHLIGHT: 75 = 75

Defined in: src/garminsdk/components/map/MapResourcePriority.ts:24

Waypoint highlight.