| 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.GeospatialWindowOptions
Description
Synopsis
Documentation
data GeospatialWindowOptions Source #
The window options of the geospatial map visual.
See: newGeospatialWindowOptions smart constructor.
Constructors
| GeospatialWindowOptions' | |
Fields
| |
Instances
newGeospatialWindowOptions :: GeospatialWindowOptions Source #
Create a value of GeospatialWindowOptions 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:bounds:GeospatialWindowOptions', geospatialWindowOptions_bounds - The bounds options (north, south, west, east) of the geospatial window
options.
$sel:mapZoomMode:GeospatialWindowOptions', geospatialWindowOptions_mapZoomMode - The map zoom modes (manual, auto) of the geospatial window options.
geospatialWindowOptions_bounds :: Lens' GeospatialWindowOptions (Maybe GeospatialCoordinateBounds) Source #
The bounds options (north, south, west, east) of the geospatial window options.
geospatialWindowOptions_mapZoomMode :: Lens' GeospatialWindowOptions (Maybe MapZoomMode) Source #
The map zoom modes (manual, auto) of the geospatial window options.