NextGIS Frontend
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

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

    Methods