IGeoConfig
Home > @gooddata/sdk-ui-geo > IGeoConfig
IGeoConfig interface
Signature:
export interface IGeoConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
center? | IGeoLngLat | (Optional) | |
colorMapping? | IColorMapping[] | (Optional) | |
colorPalette? | IColorPalette | (Optional) | |
colors? | string[] | (Optional) | |
cooperativeGestures? | boolean | (Optional) | |
isExportMode? | boolean | (Optional) | |
legend? | IGeoLegendConfig | (Optional) | |
limit? | number | (Optional) | |
mapboxToken | string | ||
points? | IGeoPointsConfig | (Optional) | |
selectedSegmentItems? | string[] | (Optional) | |
separators? | ISeparators | (Optional) | |
showLabels? | boolean | (Optional) | |
tooltipText? | IAttribute | (Optional) | |
viewport? | IGeoConfigViewport | (Optional) | |
zoom? | number | (Optional) |