NextGIS Frontend
    Preparing search index...

    Interface LayerAdapterCreators

    interface LayerAdapterCreators {
        createAdapter: (webMap: WebMap) => Promise<Type<LayerAdapter>>;
        name: string;
    }
    Index

    Properties

    Properties

    createAdapter: (webMap: WebMap) => Promise<Type<LayerAdapter>>
    name: string