amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Description

 
Synopsis

Documentation

data GeospatialCoordinateBounds Source #

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

See: newGeospatialCoordinateBounds smart constructor.

Constructors

GeospatialCoordinateBounds' 

Fields

  • north :: Double

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

  • south :: Double

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

  • west :: Double

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

  • east :: Double

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

Instances

Instances details
FromJSON GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

ToJSON GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Generic GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Associated Types

type Rep GeospatialCoordinateBounds :: Type -> Type #

Read GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Show GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

NFData GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Eq GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Hashable GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

type Rep GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

type Rep GeospatialCoordinateBounds = D1 ('MetaData "GeospatialCoordinateBounds" "Amazonka.QuickSight.Types.GeospatialCoordinateBounds" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialCoordinateBounds'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "north") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "south") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "west") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "east") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newGeospatialCoordinateBounds Source #

Create a value of GeospatialCoordinateBounds with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:north:GeospatialCoordinateBounds', geospatialCoordinateBounds_north - The latitude of the north bound of the geospatial coordinate bounds.

$sel:south:GeospatialCoordinateBounds', geospatialCoordinateBounds_south - The latitude of the south bound of the geospatial coordinate bounds.

$sel:west:GeospatialCoordinateBounds', geospatialCoordinateBounds_west - The longitude of the west bound of the geospatial coordinate bounds.

$sel:east:GeospatialCoordinateBounds', geospatialCoordinateBounds_east - The longitude of the east bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_north :: Lens' GeospatialCoordinateBounds Double Source #

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

geospatialCoordinateBounds_south :: Lens' GeospatialCoordinateBounds Double Source #

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

geospatialCoordinateBounds_west :: Lens' GeospatialCoordinateBounds Double Source #

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

geospatialCoordinateBounds_east :: Lens' GeospatialCoordinateBounds Double Source #

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