Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
SpatialAggregationMetadata
Interface SpatialAggregationMetadata
interface
SpatialAggregationMetadata
{
analyticsSource
?:
AnalyticsSourceDescriptor
;
cache
?:
SpatialAggregationCacheMetadata
;
groupBy
?:
readonly
SpatialAggregationGroupByMetadata
[]
;
indexModels
?:
readonly
SpatialAggregationIndexModelMetadata
[]
;
progressive
?:
SpatialAggregationProgressiveState
;
schemaVersion
?:
"honua.spatial-aggregation.metadata.v1"
;
sourceId
?:
string
;
summaries
:
readonly
SpatialAggregationSummaryMetadata
[]
;
widgets
?:
readonly
SpatialAggregationWidgetMetadata
[]
;
}
Index
Properties
analytics
Source?
cache?
group
By?
index
Models?
progressive?
schema
Version?
source
Id?
summaries
widgets?
Properties
Optional
Readonly
analytics
Source
analytics
Source
?:
AnalyticsSourceDescriptor
Optional
Readonly
cache
cache
?:
SpatialAggregationCacheMetadata
Optional
Readonly
group
By
group
By
?:
readonly
SpatialAggregationGroupByMetadata
[]
Optional
Readonly
index
Models
index
Models
?:
readonly
SpatialAggregationIndexModelMetadata
[]
Optional
Readonly
progressive
progressive
?:
SpatialAggregationProgressiveState
Optional
Readonly
schema
Version
schema
Version
Optional
Readonly
source
Id
source
Id
?:
string
Readonly
summaries
summaries
:
readonly
SpatialAggregationSummaryMetadata
[]
Optional
Readonly
widgets
widgets
?:
readonly
SpatialAggregationWidgetMetadata
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
analytics
Source
cache
group
By
index
Models
progressive
schema
Version
source
Id
summaries
widgets
@honua/sdk-js
Loading...