Interface SpatialAggregationRangeValue

interface SpatialAggregationRangeValue {
    approximate?: boolean;
    buckets: readonly SpatialAggregationRangeBucketValue[];
    kind: "range";
}

Properties

approximate?: boolean
kind