Interface MapLibreRasterLayerLikeExperimental

interface MapLibreRasterLayerLike {
    id: string;
    source: string;
    type: "raster";
}

Properties

Properties

id: string
source: string
type