@vcmap/core
    Preparing search index...

    Type Alias RasterLayerImplementationOptions

    RasterLayerImplementationOptions: LayerImplementationOptions & {
        extent?: Extent;
        imageryLayerOptions?: ImageryLayer.ConstructorOptions;
        maxLevel: number;
        maxRenderingLevel?: number;
        minLevel: number;
        minRenderingLevel?: number;
        opacity: number;
        splitDirection: SplitDirection;
        tilingSchema: TilingScheme;
    }