Type Alias TMSImplementationOptions

TMSImplementationOptions: RasterLayerImplementationOptions & {
    format: string;
    tileSize: Size;
}