interface LayerAdapterCreators {
    createAdapter: ((webMap: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>) => Promise<Type<LayerAdapter>>);
    name: string;
}

Properties

Properties

createAdapter: ((webMap: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>) => Promise<Type<LayerAdapter>>)
name: string