NextGIS Frontend
    Preparing search index...

    Interface GetLayerAdapterOptions

    interface GetLayerAdapterOptions {
        baseUrl?: string;
        options: NgwLayerOptions;
        webMap?: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>;
    }
    Index

    Properties

    baseUrl?: string
    webMap?: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>