Skip to main content

Type Alias: MapWaypointHighlightIconOptions

MapWaypointHighlightIconOptions = object

Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:47

Initialization options for a MapWaypointHighlightIcon.

Properties

bgColor?

optional bgColor: string | Subscribable<string>

Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:64

The color of the ring background. Defaults to '#3c3c3c'.


outlineColor?

optional outlineColor: string | Subscribable<string>

Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:61

The color of the outline for the ring. Defaults to 'black'.


outlineWidth?

optional outlineWidth: number | Subscribable<number>

Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:58

The width of the outline for the ring, in pixels. Defaults to 0.


ringRadiusBuffer?

optional ringRadiusBuffer: number | Subscribable<number>

Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:49

The buffer of the ring around the base icon, in pixels. Defaults to 0.


strokeColor?

optional strokeColor: string | Subscribable<string>

Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:55

The color of the stroke for the ring. Defaults to 'white'.


strokeWidth?

optional strokeWidth: number | Subscribable<number>

Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:52

The width of the stroke for the ring, in pixels. Defaults to 2.