Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::PointSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::PointSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb
Overview
Point settings for the map.
Instance Attribute Summary collapse
-
#color ⇒ ::String
Optional.
-
#point_size_type ⇒ ::Google::Cloud::Chronicle::V1::PointSizeType
Optional.
Instance Attribute Details
#color ⇒ ::String
Returns Optional. Color for the point on the map.
489 490 491 492 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 489 class PointSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#point_size_type ⇒ ::Google::Cloud::Chronicle::V1::PointSizeType
Returns Optional. Point size type for the map. This is used to determine the size of the points on the map.
489 490 491 492 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 489 class PointSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |