Skip to main content

Class: MapPointerModule

A module describing the map pointer.

Constructors

constructor

new MapPointerModule(): MapPointerModule

Returns

MapPointerModule

Properties

isActive

Readonly isActive: Subject<boolean>

Whether the pointer is active.

Defined in

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


position

Readonly position: Vec2Subject

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

Defined in

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


target

Readonly target: GeoPointSubject

The desired map target.

Defined in

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