Interface CogMapLibreSnapshotExperimental

interface CogMapLibreSnapshot {
    diagnostics: readonly CogMapLibreDiagnostic[];
    generation: number;
    lastRender?: CogMapLibreRenderEvidence;
    layerId: string;
    mounted: boolean;
    sourceId: string;
    state: CogMapLibreState;
}

Properties

diagnostics: readonly CogMapLibreDiagnostic[]
generation: number
layerId: string
mounted: boolean
sourceId: string