interface GeospatialMapStyleOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.GeospatialMapStyleOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnTemplate»GeospatialMapStyleOptionsProperty | 
The map style options of the geospatial map.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const geospatialMapStyleOptionsProperty: quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty = {
  baseMapStyle: 'baseMapStyle',
};
Properties
| Name | Type | Description | 
|---|---|---|
| base | string | The base map style of the geospatial map. | 
baseMapStyle?
Type:
string
(optional)
The base map style of the geospatial map.
