GeoLayerTypes
Home > @gooddata/sdk-model > GeoLayerTypes
GeoLayerTypes variable
Geo chart layer types.
Signature:
GeoLayerTypes: {
readonly PUSHPIN: "pushpin";
readonly AREA: "area";
}
Remarks
This type is shared across model, geo rendering, and export conversion logic.