Class: Aws::QuickSight::Types::GeospatialWindowOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::GeospatialWindowOptions
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The window options of the geospatial map visual.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bounds  ⇒ Types::GeospatialCoordinateBounds 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The bounds options (north, south, west, east) of the geospatial window options. 
- 
  
    
      #map_zoom_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The map zoom modes (manual, auto) of the geospatial window options. 
Instance Attribute Details
#bounds ⇒ Types::GeospatialCoordinateBounds
The bounds options (north, south, west, east) of the geospatial window options.
| 19938 19939 19940 19941 19942 19943 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19938 class GeospatialWindowOptions < Struct.new( :bounds, :map_zoom_mode) SENSITIVE = [] include Aws::Structure end | 
#map_zoom_mode ⇒ String
The map zoom modes (manual, auto) of the geospatial window options.
| 19938 19939 19940 19941 19942 19943 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19938 class GeospatialWindowOptions < Struct.new( :bounds, :map_zoom_mode) SENSITIVE = [] include Aws::Structure end |