NextGIS Frontend
    Preparing search index...

    Interface NgwMapContextInterface<M>

    interface NgwMapContextInterface<M = unknown> {
        layerContainer?: ControlledLayer;
        ngwMap: NgwMap<M>;
        overlayContainer?: LayerAdapter;
        pane?: string;
    }

    Type Parameters

    • M = unknown
    Index
    layerContainer?: ControlledLayer
    ngwMap: NgwMap<M>
    overlayContainer?: LayerAdapter
    pane?: string