Type Alias: MapWaypointHighlightIconOptions
MapWaypointHighlightIconOptions =
object
Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:47
Initialization options for a MapWaypointHighlightIcon.
Properties
bgColor?
optionalbgColor:string|Subscribable<string>
Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:64
The color of the ring background. Defaults to '#3c3c3c'.
outlineColor?
optionaloutlineColor:string|Subscribable<string>
Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:61
The color of the outline for the ring. Defaults to 'black'.
outlineWidth?
optionaloutlineWidth: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?
optionalringRadiusBuffer: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?
optionalstrokeColor:string|Subscribable<string>
Defined in: src/garminsdk/components/map/MapWaypointIcon.ts:55
The color of the stroke for the ring. Defaults to 'white'.
strokeWidth?
optionalstrokeWidth: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.