Map Layers
Tooltip type

Default deck.gl tooltip behavior. Disabled when a custom React tooltip is used.

Displays tooltip on hover.

Displays tooltip on click.

Displays tooltip for the current selection; uses selected features' centroid.

Tooltip Renderer

Uses the built‑in tooltip renderer for the current type (native, hover, click, or selection).

Passes a React tooltip component to MapSet, overriding the predefined renderer for the current tooltip type. When combined with hover/native types, consider using CSS pointer-events: none on the tooltip to avoid flickering.