public static interface DashboardChart.Visualization.GoogleMapsConfig.MapPositionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFitData()
public abstract boolean getFitData()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.
bool fit_data = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The fitData. |
getLatitudeValue()
public abstract double getLatitudeValue()Optional. Latitude of the map.
double latitude_value = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The latitudeValue. |
getLongitudeValue()
public abstract double getLongitudeValue()Optional. Longitude of the map.
double longitude_value = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The longitudeValue. |
getZoomScaleValue()
public abstract double getZoomScaleValue()Optional. Scale of the map.
double zoom_scale_value = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The zoomScaleValue. |