IGeoLayerPushpin
Home > @gooddata/sdk-ui-geo > IGeoLayerPushpin
IGeoLayerPushpin interface
Pushpin layer configuration.
Signature:
export interface IGeoLayerPushpin extends IGeoLayerBase
Extends: IGeoLayerBase
Remarks
A pushpin layer renders point data on the map as markers/pins. It requires separate latitude and longitude attributes to specify geographic coordinates.
Features: - **Size scaling**: Use the size property to vary marker sizes based on a measure - **Color coding**: Use the color property for measure-based gradients or attribute-based categories - **Segmentation**: Use segmentBy to group markers by category with distinct colors - **Clustering**: Configure point clustering in the chart config for better performance with many points
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Latitude attribute. | |||
|
Longitude attribute. | |||
|
(Optional) Size measure for pushpins. | |||
|
"pushpin" |