ICollectionItemsResult
Home > @gooddata/sdk-backend-spi > ICollectionItemsResult
ICollectionItemsResult interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Result from collection items retrieval containing GeoJSON features.
Signature:
export interface ICollectionItemsResult
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number[] |
(ALPHA) (Optional) Optional bounding box for all features. | ||
|
(ALPHA) List of GeoJSON features. | |||
|
string |
(ALPHA) Collection type (typically "FeatureCollection"). |