Interface ExtendNgwWebmapLayerAdapterOptions

interface ExtendNgwWebmapLayerAdapterOptions {
    baseUrl?: string;
    connector: default;
    webMap: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>;
}

Properties

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