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