Skip to main content

Class: MapResourcePriority

Utility class defining the priority values for common resource consumers.

Constructors

constructor

new MapResourcePriority(): MapResourcePriority

Returns

MapResourcePriority

Properties

DATA_INTEGRITY

Static Readonly DATA_INTEGRITY: 25

Data integrity.

Defined in

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


DESIRED_ORIENTATION

Static Readonly DESIRED_ORIENTATION: 0

Desired orientation mode.

Defined in

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


FLIGHT_PLAN_FOCUS

Static Readonly FLIGHT_PLAN_FOCUS: 50

Flight plan focus.

Defined in

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


FOLLOW_AIRPLANE

Static Readonly FOLLOW_AIRPLANE: 0

Default follow player airplane behavior.

Defined in

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


ORIENTATION

Static Readonly ORIENTATION: 0

Orientation mode.

Defined in

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


ORIENTATION_ROTATION

Static Readonly ORIENTATION_ROTATION: 0

Rotation behavior from orientation mode.

Defined in

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


PANNING

Static Readonly PANNING: 100

Panning.

Defined in

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


POINTER

Static Readonly POINTER: 100

Pointer.

Defined in

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


WAYPOINT_HIGHLIGHT

Static Readonly WAYPOINT_HIGHLIGHT: 75

Waypoint highlight.

Defined in

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