

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Analysis GeospatialMapState
<a name="aws-properties-quicksight-analysis-geospatialmapstate"></a>

The map state properties for a map.

## Syntax
<a name="aws-properties-quicksight-analysis-geospatialmapstate-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-analysis-geospatialmapstate-syntax.json"></a>

```
{
  "[Bounds](#cfn-quicksight-analysis-geospatialmapstate-bounds)" : GeospatialCoordinateBounds,
  "[MapNavigation](#cfn-quicksight-analysis-geospatialmapstate-mapnavigation)" : String
}
```

### YAML
<a name="aws-properties-quicksight-analysis-geospatialmapstate-syntax.yaml"></a>

```
  [Bounds](#cfn-quicksight-analysis-geospatialmapstate-bounds): 
    GeospatialCoordinateBounds
  [MapNavigation](#cfn-quicksight-analysis-geospatialmapstate-mapnavigation): String
```

## Properties
<a name="aws-properties-quicksight-analysis-geospatialmapstate-properties"></a>

`Bounds`  <a name="cfn-quicksight-analysis-geospatialmapstate-bounds"></a>
Property description not available.  
*Required*: No  
*Type*: [GeospatialCoordinateBounds](aws-properties-quicksight-analysis-geospatialcoordinatebounds.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapNavigation`  <a name="cfn-quicksight-analysis-geospatialmapstate-mapnavigation"></a>
Enables or disables map navigation for a map.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)