g3-toolkit API Reference
    Preparing search index...

    Interface MapViewProps

    interface MapViewProps {
        className?: string;
        showEdges?: boolean;
        tileUrl?: string;
        ugm: UGM;
    }
    Index

    Properties

    className?: string
    showEdges?: boolean

    Show edges between geo-positioned nodes. Default true.

    tileUrl?: string

    Tile URL template for background map. Not rendered directly; provided for Leaflet/Maplibre integration via onTileUrlChange.

    ugm: UGM