Skip to content

HighlightStyle

Defined in: map/highlight.ts:9

Style for highlight-overlay geometry. Unlike bulk StyleOverrides, lineWidth IS allowed: only one item is re-tessellated per hover change.

optional fill?: string

Defined in: map/highlight.ts:10


optional lineWidth?: number

Defined in: map/highlight.ts:12


optional radiusScale?: number

Defined in: map/highlight.ts:14

Circle drawables only: multiply the point radius (default 1).


optional stroke?: string

Defined in: map/highlight.ts:11