Interface MountedMapLibreRasterSource

interface MountedMapLibreRasterSource {
    diagnostics: readonly MapLibreRasterDiagnostic[];
    layerId: string;
    sourceId: string;
    state: MapLibreRasterWorkflowState;
    strategy: MapLibreRasterStrategy;
    dispose(): void;
}

Properties

diagnostics: readonly MapLibreRasterDiagnostic[]
layerId: string
sourceId: string

Methods