Reference documentation and code samples for the Google Cloud Chronicle V1 Client class PlotMode.
Plot mode for the map.
Protobuf type google.cloud.chronicle.v1.PlotMode
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PLOT_MODE_UNSPECIFIED
Value: 0Plot mode is not specified.
Generated from protobuf enum PLOT_MODE_UNSPECIFIED = 0;
PLOT_MODE_POINTS
Value: 1Plot mode is points.
Generated from protobuf enum PLOT_MODE_POINTS = 1;
PLOT_MODE_HEATMAP
Value: 2Plot mode is heatmap.
Generated from protobuf enum PLOT_MODE_HEATMAP = 2;
PLOT_MODE_BOTH
Value: 3Plot mode is both points and heatmap.
Generated from protobuf enum PLOT_MODE_BOTH = 3;