Type Alias RasterLayerImplementationOptions

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