interface GeospatialWindowOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.GeospatialWindowOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_GeospatialWindowOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.GeospatialWindowOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.GeospatialWindowOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » GeospatialWindowOptionsProperty |
The window options of the geospatial map visual.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geospatialWindowOptionsProperty: quicksight.CfnTemplate.GeospatialWindowOptionsProperty = {
bounds: {
east: 123,
north: 123,
south: 123,
west: 123,
},
mapZoomMode: 'mapZoomMode',
};
Properties
Name | Type | Description |
---|---|---|
bounds? | IResolvable | Geospatial | The bounds options (north, south, west, east) of the geospatial window options. |
map | string | The map zoom modes (manual, auto) of the geospatial window options. |
bounds?
Type:
IResolvable
|
Geospatial
(optional)
The bounds options (north, south, west, east) of the geospatial window options.
mapZoomMode?
Type:
string
(optional)
The map zoom modes (manual, auto) of the geospatial window options.