Interface MapLibreRasterProjection

interface MapLibreRasterProjection {
    diagnostics: readonly MapLibreRasterDiagnostic[];
    layer: Readonly<Record<string, unknown>>;
    layerId: string;
    source: MapLibreRasterSourceSpec;
    sourceId: string;
    state: "ready";
    strategy: MapLibreRasterStrategy;
}

Properties

diagnostics: readonly MapLibreRasterDiagnostic[]
layer: Readonly<Record<string, unknown>>
layerId: string
sourceId: string
state