Class: Aws::QuickSight::Types::GeospatialMapState
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialMapState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The map state properties for a map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bounds ⇒ Types::GeospatialCoordinateBounds
The bound options (north, south, west, east) of the geospatial window options.
-
#map_navigation ⇒ String
Enables or disables map navigation for a map.
Instance Attribute Details
#bounds ⇒ Types::GeospatialCoordinateBounds
The bound options (north, south, west, east) of the geospatial window options.
18057 18058 18059 18060 18061 18062 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18057 class GeospatialMapState < Struct.new( :bounds, :map_navigation) SENSITIVE = [] include Aws::Structure end |
#map_navigation ⇒ String
Enables or disables map navigation for a map.
18057 18058 18059 18060 18061 18062 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18057 class GeospatialMapState < Struct.new( :bounds, :map_navigation) SENSITIVE = [] include Aws::Structure end |