Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
SpatialAggregationProgressiveState
Interface SpatialAggregationProgressiveState
interface
SpatialAggregationProgressiveState
{
estimatedSummaryCount
?:
number
;
loadedCellCount
?:
number
;
loadedSummaryCount
?:
number
;
nextCursor
?:
string
;
refinement
?:
SpatialAggregationProgressRefinement
;
status
:
SpatialAggregationProgressStatus
;
totalCellCount
?:
number
;
}
Index
Properties
estimated
Summary
Count?
loaded
Cell
Count?
loaded
Summary
Count?
next
Cursor?
refinement?
status
total
Cell
Count?
Properties
Optional
Readonly
estimated
Summary
Count
estimated
Summary
Count
?:
number
Optional
Readonly
loaded
Cell
Count
loaded
Cell
Count
?:
number
Optional
Readonly
loaded
Summary
Count
loaded
Summary
Count
?:
number
Optional
Readonly
next
Cursor
next
Cursor
?:
string
Optional
Readonly
refinement
refinement
?:
SpatialAggregationProgressRefinement
Readonly
status
status
:
SpatialAggregationProgressStatus
Optional
Readonly
total
Cell
Count
total
Cell
Count
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
estimated
Summary
Count
loaded
Cell
Count
loaded
Summary
Count
next
Cursor
refinement
status
total
Cell
Count
@honua/sdk-js
Loading...