Interface RasterMapLibreImageSourceExperimental

interface RasterMapLibreImageSource {
    coordinates: CogMapLibreCoordinates;
    type: "image";
    url: string;
}

Properties

Properties

type
url: string