createGeoCollection()
Home > @gooddata/sdk-backend-spi > IOrganizationGeoCollectionsService > createGeoCollection
IOrganizationGeoCollectionsService.createGeoCollection() method
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.
Create a new custom geo collection.
Signature:
createGeoCollection(definition: IGeoCollectionDefinition): Promise<IGeoCollection>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
definition |
definition of the geo collection to create |
Returns:
Promise<IGeoCollection>
Promise resolved with created geo collection including its generated id.