NextGIS Frontend
    Preparing search index...

    Interface MapControl<M>

    interface MapControl<M = any> {
        getContainer(): HTMLElement;
        onAdd(map?: M): undefined | HTMLElement;
        onRemove(map?: M): unknown;
        remove(): void;
    }

    Type Parameters

    • M = any
    Index

    Methods