Interface MapLayerFilterTarget

interface MapLayerFilterTarget {
    setFilter(layerId: string, filter: unknown): void;
}

Methods

Methods