Reference documentation and code samples for the Google Cloud Chronicle V1 Client class PointSettings.
Point settings for the map.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.PointSettings
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization \ GoogleMapsConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ point_size_type |
int
Optional. Point size type for the map. This is used to determine the size of the points on the map. |
↳ color |
string
Optional. Color for the point on the map. |
getPointSizeType
Optional. Point size type for the map. This is used to determine the size of the points on the map.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type PointSizeType. |
setPointSizeType
Optional. Point size type for the map. This is used to determine the size of the points on the map.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type PointSizeType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getColor
Optional. Color for the point on the map.
| Returns | |
|---|---|
| Type | Description |
string |
|
setColor
Optional. Color for the point on the map.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|