Skip to main content

Class: MapPointerModule

Defined in: src/garminsdk/components/map/modules/MapPointerModule.ts:6

A module describing the map pointer.

Constructors

Constructor

new MapPointerModule(): MapPointerModule

Returns

MapPointerModule

Properties

isActive

readonly isActive: Subject<boolean>

Defined in: src/garminsdk/components/map/modules/MapPointerModule.ts:8

Whether the pointer is active.


position

readonly position: Vec2Subject

Defined in: src/garminsdk/components/map/modules/MapPointerModule.ts:11

The position of the pointer on the projected map, in pixel coordinates.


target

readonly target: GeoPointSubject

Defined in: src/garminsdk/components/map/modules/MapPointerModule.ts:14

The desired map target.