interface LayerBeingSwipe {
    layer: Layer<Source, LayerRenderer<any>> | LayerGroup;
    map: Map;
    swipeValue: number;
}

Properties

Properties

layer: Layer<Source, LayerRenderer<any>> | LayerGroup
map: Map
swipeValue: number