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 IGeospatialWindowOptionsProperty
Syntax (vb)
Public Interface 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. |
Map |
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.
virtual object Bounds { get; }
Property Value
System.
Remarks
MapZoomMode
The map zoom modes (manual, auto) of the geospatial window options.
virtual string MapZoomMode { get; }
Property Value
System.