Chronicle v1 API - Class DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition (1.0.0-beta05)

public sealed class DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition : IMessage<DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition>, IEquatable<DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition>, IDeepCloneable<DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition.

Map position settings for the map.

Inheritance

object > DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

MapPosition()

public MapPosition()

MapPosition(MapPosition)

public MapPosition(DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition other)
Parameter
Name Description
other DashboardChartTypesVisualizationTypesGoogleMapsConfigTypesMapPosition

Properties

FitData

public bool FitData { get; set; }

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.

Property Value
Type Description
bool

LatitudeValue

public double LatitudeValue { get; set; }

Optional. Latitude of the map.

Property Value
Type Description
double

LongitudeValue

public double LongitudeValue { get; set; }

Optional. Longitude of the map.

Property Value
Type Description
double

ZoomScaleValue

public double ZoomScaleValue { get; set; }

Optional. Scale of the map.

Property Value
Type Description
double