Api
<ScriptMapLibrePopup>
Renders slotted HTML in a MapLibre Popup. Nest it inside a marker, or pass position for a standalone popup. Use the reactive open prop to control visibility.
new maplibregl.Popup() reads the options object at creation time. Options backed by MapLibre public setters also update reactively: className, maxWidth, offset, padding, and subpixelPositioning. Other options are initialization-only.
<ScriptMapLibreMarker>
Adds a reactive MapLibre Marker. Supply a unique aria-label so its generated DOM element has a useful accessible name.
<ScriptMapLibreNavigationControl>
Adds MapLibre's navigation control to the nearest parent map. Use options to choose whether zoom, compass, and pitch visualization controls are shown.