Class CfnAnalysisPropsMixin.GeospatialMapStateProperty
The map state properties for a map.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialMapStateProperty : CfnAnalysisPropsMixin.IGeospatialMapStateProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialMapStateProperty Implements CfnAnalysisPropsMixin.IGeospatialMapStateProperty
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.CfnPropertyMixins.AWS.QuickSight;
var geospatialMapStateProperty = new GeospatialMapStateProperty {
Bounds = new GeospatialCoordinateBoundsProperty {
East = 123,
North = 123,
South = 123,
West = 123
},
MapNavigation = "mapNavigation"
};
Synopsis
Constructors
| GeospatialMapStateProperty() | The map state properties for a map. |
Properties
| Bounds | The map state properties for a map. |
| MapNavigation | Enables or disables map navigation for a map. |
Constructors
GeospatialMapStateProperty()
The map state properties for a map.
public GeospatialMapStateProperty()
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.CfnPropertyMixins.AWS.QuickSight;
var geospatialMapStateProperty = new GeospatialMapStateProperty {
Bounds = new GeospatialCoordinateBoundsProperty {
East = 123,
North = 123,
South = 123,
West = 123
},
MapNavigation = "mapNavigation"
};
Properties
Bounds
The map state properties for a map.
public object? Bounds { get; set; }
Property Value
Remarks
MapNavigation
Enables or disables map navigation for a map.
public string? MapNavigation { get; set; }