setGeoIconSheet()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setGeoIconSheet
IOrganizationSettingsService.setGeoIconSheet() 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.
Sets the geo icon sprite sheet URL for the organization.
Signature:
setGeoIconSheet(url: string): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
url |
string |
URL of the Mapbox sprite sheet (without file extension). |
Returns:
Promise<void>
promise