Interface SpatialAggregationIndexSelection

interface SpatialAggregationIndexSelection {
    allowApproximate?: boolean;
    geometry?: SpatialAggregationCellGeometry;
    modelId?: string;
}

Properties

allowApproximate?: boolean
modelId?: string

Opaque backend-advertised id, for example "h3" or "quadbin".