Interface SpatialAggregationPageInfo

interface SpatialAggregationPageInfo {
    loadedCellCount?: number;
    nextCursor?: string;
    totalCellCount?: number;
}

Properties

loadedCellCount?: number
nextCursor?: string
totalCellCount?: number