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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



18592
18593
18594
18595
18596
18597
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18592

class GeospatialMapState < Struct.new(
  :bounds,
  :map_navigation)
  SENSITIVE = []
  include Aws::Structure
end

#map_navigationString

Enables or disables map navigation for a map.

Returns:

  • (String)


18592
18593
18594
18595
18596
18597
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18592

class GeospatialMapState < Struct.new(
  :bounds,
  :map_navigation)
  SENSITIVE = []
  include Aws::Structure
end