GeoLayerType
Home > @gooddata/sdk-ui-geo > GeoLayerType
GeoLayerType type
Layer types supported by GeoChart.
Signature:
export type GeoLayerType = "pushpin" | "area";
Remarks
GeoChart supports two types of geographic layers: - "pushpin" - Point data visualization using markers/pins - "area" - Region visualization using filled polygons (choropleth maps)