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