Chronicle V1 API - Class Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::MapPosition (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardChart::Visualization::GoogleMapsConfig::MapPosition.

Map position settings for the map.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#fit_data

def fit_data() -> ::Boolean
Returns
  • (::Boolean) — Optional. Whether to fit the map to the data. If true, the map will be resized to fit the data. If false, langitude and longitude will be used to set the map size.

#fit_data=

def fit_data=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to fit the map to the data. If true, the map will be resized to fit the data. If false, langitude and longitude will be used to set the map size.
Returns
  • (::Boolean) — Optional. Whether to fit the map to the data. If true, the map will be resized to fit the data. If false, langitude and longitude will be used to set the map size.

#latitude_value

def latitude_value() -> ::Float
Returns
  • (::Float) — Optional. Latitude of the map.

#latitude_value=

def latitude_value=(value) -> ::Float
Parameter
  • value (::Float) — Optional. Latitude of the map.
Returns
  • (::Float) — Optional. Latitude of the map.

#longitude_value

def longitude_value() -> ::Float
Returns
  • (::Float) — Optional. Longitude of the map.

#longitude_value=

def longitude_value=(value) -> ::Float
Parameter
  • value (::Float) — Optional. Longitude of the map.
Returns
  • (::Float) — Optional. Longitude of the map.

#zoom_scale_value

def zoom_scale_value() -> ::Float
Returns
  • (::Float) — Optional. Scale of the map.

#zoom_scale_value=

def zoom_scale_value=(value) -> ::Float
Parameter
  • value (::Float) — Optional. Scale of the map.
Returns
  • (::Float) — Optional. Scale of the map.