| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.GeospatialCoordinateBounds
Description
Synopsis
- data GeospatialCoordinateBounds = GeospatialCoordinateBounds' {}
- newGeospatialCoordinateBounds :: Double -> Double -> Double -> Double -> GeospatialCoordinateBounds
- geospatialCoordinateBounds_north :: Lens' GeospatialCoordinateBounds Double
- geospatialCoordinateBounds_south :: Lens' GeospatialCoordinateBounds Double
- geospatialCoordinateBounds_west :: Lens' GeospatialCoordinateBounds Double
- geospatialCoordinateBounds_east :: Lens' GeospatialCoordinateBounds Double
Documentation
data GeospatialCoordinateBounds Source #
The bound options (north, south, west, east) of the geospatial window options.
See: newGeospatialCoordinateBounds smart constructor.
Constructors
| GeospatialCoordinateBounds' | |
Fields
| |
Instances
newGeospatialCoordinateBounds Source #
Arguments
| :: Double | |
| -> Double | |
| -> Double | |
| -> Double | |
| -> GeospatialCoordinateBounds |
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.