Interface SpatialAggregationHistogramValue

interface SpatialAggregationHistogramValue {
    approximate?: boolean;
    buckets: readonly SpatialAggregationHistogramBucket[];
    kind: "histogram";
}

Properties

approximate?: boolean
kind