Interface SpatialAggregationProgressiveState

interface SpatialAggregationProgressiveState {
    estimatedSummaryCount?: number;
    loadedCellCount?: number;
    loadedSummaryCount?: number;
    nextCursor?: string;
    refinement?: SpatialAggregationProgressRefinement;
    status: SpatialAggregationProgressStatus;
    totalCellCount?: number;
}

Properties

estimatedSummaryCount?: number
loadedCellCount?: number
loadedSummaryCount?: number
nextCursor?: string
totalCellCount?: number