Class: Aws::Types::GeospatialPointStyleOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_marker_configurationTypes::ClusterMarkerConfiguration

Returns the value of attribute cluster_marker_configuration.



6321
6322
6323
# File 'sig/types.rbs', line 6321

def cluster_marker_configuration
  @cluster_marker_configuration
end

#heatmap_configurationTypes::GeospatialHeatmapConfiguration

Returns the value of attribute heatmap_configuration.



6322
6323
6324
# File 'sig/types.rbs', line 6322

def heatmap_configuration
  @heatmap_configuration
end

#selected_point_style"POINT", ...

Returns the value of attribute selected_point_style.

Returns:

  • ("POINT", "CLUSTER", "HEATMAP")


6320
6321
6322
# File 'sig/types.rbs', line 6320

def selected_point_style
  @selected_point_style
end