SDK JS
    Preparing search index...

    Interface MapLibreWorkerNamespace

    The slice of the maplibre-gl namespace this needs (structural — version-agnostic).

    interface MapLibreWorkerNamespace {
        getVersion?: () => string;
        getWorkerUrl?: () => string;
        setWorkerUrl?: (url: string) => void;
    }
    Index

    Properties

    getVersion?: () => string
    getWorkerUrl?: () => string
    setWorkerUrl?: (url: string) => void