Interface SpatialAggregationPageRequest

interface SpatialAggregationPageRequest {
    cursor?: string;
    limit?: number;
}

Properties

Properties

cursor?: string
limit?: number