IGeoPushpinChartLatitudeLongitudeProps
Home > @gooddata/sdk-ui-geo > IGeoPushpinChartLatitudeLongitudeProps
IGeoPushpinChartLatitudeLongitudeProps interface
Signature:
export interface IGeoPushpinChartLatitudeLongitudeProps extends IGeoPushpinChartBaseProps
Extends: IGeoPushpinChartBaseProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
latitude | AttributeOrPlaceholder | The attribute definition or placeholder that determines the latitude of the pins. Values expected in string format representing coordinate. | |
longitude | AttributeOrPlaceholder | The attribute definition or placeholder that determines the longitude of the pins. Values expected in string format representing coordinate. |