Show / Hide Table of Contents

Interface CfnDashboard.IGeospatialCoordinateBoundsProperty

The bound options (north, south, west, east) of the geospatial window options.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IGeospatialCoordinateBoundsProperty
Syntax (vb)
Public Interface CfnDashboard.IGeospatialCoordinateBoundsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcoordinatebounds.html

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 geospatialCoordinateBoundsProperty = new GeospatialCoordinateBoundsProperty {
                 East = 123,
                 North = 123,
                 South = 123,
                 West = 123
             };

Synopsis

Properties

East

The longitude of the east bound of the geospatial coordinate bounds.

North

The latitude of the north bound of the geospatial coordinate bounds.

South

The latitude of the south bound of the geospatial coordinate bounds.

West

The longitude of the west bound of the geospatial coordinate bounds.

Properties

East

The longitude of the east bound of the geospatial coordinate bounds.

double East { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcoordinatebounds.html#cfn-quicksight-dashboard-geospatialcoordinatebounds-east

North

The latitude of the north bound of the geospatial coordinate bounds.

double North { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcoordinatebounds.html#cfn-quicksight-dashboard-geospatialcoordinatebounds-north

South

The latitude of the south bound of the geospatial coordinate bounds.

double South { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcoordinatebounds.html#cfn-quicksight-dashboard-geospatialcoordinatebounds-south

West

The longitude of the west bound of the geospatial coordinate bounds.

double West { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcoordinatebounds.html#cfn-quicksight-dashboard-geospatialcoordinatebounds-west

Back to top Generated by DocFX