Interface BindPopupOptions

interface BindPopupOptions {
    binding: HonuaMapPackagePopupBinding;
    layerId: string;
    popupFactory: PopupFactory;
    render?: PopupRenderer;
}

Properties

layerId: string

MapLibre layer id to listen to for clicks.

popupFactory: PopupFactory

Create a new popup handle (usually new maplibregl.Popup()).

render?: PopupRenderer

Custom renderer; defaults to unstyled key/value list.