| 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.GeospatialPointStyleOptions
Description
Synopsis
- data GeospatialPointStyleOptions = GeospatialPointStyleOptions' {}
 - newGeospatialPointStyleOptions :: GeospatialPointStyleOptions
 - geospatialPointStyleOptions_clusterMarkerConfiguration :: Lens' GeospatialPointStyleOptions (Maybe ClusterMarkerConfiguration)
 - geospatialPointStyleOptions_selectedPointStyle :: Lens' GeospatialPointStyleOptions (Maybe GeospatialSelectedPointStyle)
 
Documentation
data GeospatialPointStyleOptions Source #
The point style of the geospatial map.
See: newGeospatialPointStyleOptions smart constructor.
Constructors
| GeospatialPointStyleOptions' | |
Fields 
  | |
Instances
newGeospatialPointStyleOptions :: GeospatialPointStyleOptions Source #
Create a value of GeospatialPointStyleOptions 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:clusterMarkerConfiguration:GeospatialPointStyleOptions', geospatialPointStyleOptions_clusterMarkerConfiguration - The cluster marker configuration of the geospatial point style.
$sel:selectedPointStyle:GeospatialPointStyleOptions', geospatialPointStyleOptions_selectedPointStyle - The selected point styles (point, cluster) of the geospatial map.
geospatialPointStyleOptions_clusterMarkerConfiguration :: Lens' GeospatialPointStyleOptions (Maybe ClusterMarkerConfiguration) Source #
The cluster marker configuration of the geospatial point style.
geospatialPointStyleOptions_selectedPointStyle :: Lens' GeospatialPointStyleOptions (Maybe GeospatialSelectedPointStyle) Source #
The selected point styles (point, cluster) of the geospatial map.