Class: Aws::QuickSight::Types::GeospatialLayerMapConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLayerMapConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The map definition that defines map state, map style, and geospatial layers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for visual publish options.
-
#legend ⇒ Types::LegendOptions
The options for the legend setup of a visual.
-
#map_layers ⇒ Array<Types::GeospatialLayerItem>
The geospatial layers to visualize on the map.
-
#map_state ⇒ Types::GeospatialMapState
The map state properties for the map.
-
#map_style ⇒ Types::GeospatialMapStyle
The map style properties for the map.
Instance Attribute Details
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for visual publish options
18165 18166 18167 18168 18169 18170 18171 18172 18173 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18165 class GeospatialLayerMapConfiguration < Struct.new( :legend, :map_layers, :map_state, :map_style, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The options for the legend setup of a visual.
18165 18166 18167 18168 18169 18170 18171 18172 18173 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18165 class GeospatialLayerMapConfiguration < Struct.new( :legend, :map_layers, :map_state, :map_style, :interactions) SENSITIVE = [] include Aws::Structure end |
#map_layers ⇒ Array<Types::GeospatialLayerItem>
The geospatial layers to visualize on the map.
18165 18166 18167 18168 18169 18170 18171 18172 18173 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18165 class GeospatialLayerMapConfiguration < Struct.new( :legend, :map_layers, :map_state, :map_style, :interactions) SENSITIVE = [] include Aws::Structure end |
#map_state ⇒ Types::GeospatialMapState
The map state properties for the map.
18165 18166 18167 18168 18169 18170 18171 18172 18173 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18165 class GeospatialLayerMapConfiguration < Struct.new( :legend, :map_layers, :map_state, :map_style, :interactions) SENSITIVE = [] include Aws::Structure end |
#map_style ⇒ Types::GeospatialMapStyle
The map style properties for the map.
18165 18166 18167 18168 18169 18170 18171 18172 18173 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18165 class GeospatialLayerMapConfiguration < Struct.new( :legend, :map_layers, :map_state, :map_style, :interactions) SENSITIVE = [] include Aws::Structure end |