Interface CfnTemplate.IGeospatialWindowOptionsProperty
The window options of the geospatial map visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IGeospatialWindowOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.IGeospatialWindowOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var geospatialWindowOptionsProperty = new GeospatialWindowOptionsProperty {
Bounds = new GeospatialCoordinateBoundsProperty {
East = 123,
North = 123,
South = 123,
West = 123
},
MapZoomMode = "mapZoomMode"
};
Synopsis
Properties
Bounds | The bounds options (north, south, west, east) of the geospatial window options. |
MapZoomMode | The map zoom modes (manual, auto) of the geospatial window options. |
Properties
Bounds
The bounds options (north, south, west, east) of the geospatial window options.
object? Bounds { get; }
Property Value
Remarks
MapZoomMode
The map zoom modes (manual, auto) of the geospatial window options.
string? MapZoomMode { get; }