Use the `not-interactive` attribute to render a marker that is not interactive.

```html
<div class="flex items-center gap-12">
  <sd-map-marker not-interactive></sd-map-marker>
  <sd-map-marker variant="place" not-interactive>
    <sd-icon name="content/image"></sd-icon>
  </sd-map-marker>
  <sd-map-marker variant="cluster" not-interactive> 88 </sd-map-marker>
</div>
```
