TomTom Maps for JavaScript
    Preparing search index...

    Type Alias CustomGeoJSONImageData

    CustomGeoJSONImageData:
        | HTMLImageElement
        | ImageBitmap
        | ImageData
        | StyleImageInterface
        | { data: Uint8Array
        | Uint8ClampedArray; height: number; width: number }

    Any image payload accepted by MapLibre's map.addImage. Mirrors the parameter type of that method.