GoogleMapsConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Google Maps config for a chart if chart type is map.
Attributes |
|
|---|---|
| Name | Description |
data_settings |
google.cloud.chronicle_v1.types.DashboardChart.Visualization.GoogleMapsConfig.DataSettings
Optional. Data settings for the map. |
plot_mode |
google.cloud.chronicle_v1.types.PlotMode
Optional. Plot mode for the map. This is used to determine whether to show points, heatmap or both. |
map_position |
google.cloud.chronicle_v1.types.DashboardChart.Visualization.GoogleMapsConfig.MapPosition
Optional. Map position settings for the map. |
point_settings |
google.cloud.chronicle_v1.types.DashboardChart.Visualization.GoogleMapsConfig.PointSettings
Optional. Point settings for the map. |
Classes
DataSettings
DataSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Data settings for the map.
MapPosition
MapPosition(mapping=None, *, ignore_unknown_fields=False, **kwargs)Map position settings for the map.
PointSettings
PointSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Point settings for the map.