NextGIS Frontend
    Preparing search index...

    Class QmsKit

    Implements

    Index
    utils: {
        createQmsAdapter: {
            (
                options: CreateQmsAdapterOptions,
            ): Type<
                MainLayerAdapter<
                    any,
                    any,
                    AdapterOptions<Record<string, any>, Record<string, any>>,
                >,
            >;
            (
                webMap: WebMap,
                createOpt?: Partial<QmsAdapterOptions>,
            ): Type<
                MainLayerAdapter<
                    any,
                    any,
                    AdapterOptions<Record<string, any>, Record<string, any>>,
                >,
            >;
        };
    } = ...