Skip to main content

Type Alias: MapWaypointIconStyles

MapWaypointIconStyles = object

Defined in: src/garminsdk/components/map/MapWaypointDisplayBuilder.ts:20

Map waypoint icon styles.

Properties

priority

priority: number | Subscribable<number>

Defined in: src/garminsdk/components/map/MapWaypointDisplayBuilder.ts:22

The render priority of the icon. Icons with higher priority will be rendered on top of icons with lower priority.


size

size: ReadonlyFloat64Array | Subscribable<ReadonlyFloat64Array>

Defined in: src/garminsdk/components/map/MapWaypointDisplayBuilder.ts:25

The size of the icon, as [width, height] in pixels.