Class: Aws::QuickSight::Types::GeospatialMapState

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#boundsTypes::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_navigationString

Enables or disables map navigation for a map.

Returns:

  • (String)


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