Interface CogMapLibreRenderEvidenceExperimental

interface CogMapLibreRenderEvidence {
    coordinates: CogMapLibreCoordinates;
    encodedBytes: number;
    estimatedSourcePixels: number;
    generation: number;
    transfer: CogTransferLedger;
    viewport: CogMapLibreViewport;
    window: CogWindowRequest;
}

Properties

encodedBytes: number
estimatedSourcePixels: number
generation: number