Class: Aws::Types::GetStaticMapRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:bounding_box, :bounded_positions, :center, :compact_overlay, :geo_json_overlay, :height, :key, :padding, :political_view, :radius, :width, :zoom])

Instance Attribute Summary collapse

Instance Attribute Details

#bounded_positions::String

Returns the value of attribute bounded_positions.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def bounded_positions
  @bounded_positions
end

#bounding_box::String

Returns the value of attribute bounding_box.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def bounding_box
  @bounding_box
end

#center::String

Returns the value of attribute center.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def center
  @center
end

#color_scheme"Light", "Dark"

Returns the value of attribute color_scheme.

Returns:

  • ("Light", "Dark")


50
51
52
# File 'sig/types.rbs', line 50

def color_scheme
  @color_scheme
end

#compact_overlay::String

Returns the value of attribute compact_overlay.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def compact_overlay
  @compact_overlay
end

#crop_labelsBoolean

Returns the value of attribute crop_labels.

Returns:

  • (Boolean)


52
53
54
# File 'sig/types.rbs', line 52

def crop_labels
  @crop_labels
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def file_name
  @file_name
end

#geo_json_overlay::String

Returns the value of attribute geo_json_overlay.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def geo_json_overlay
  @geo_json_overlay
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


54
55
56
# File 'sig/types.rbs', line 54

def height
  @height
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def key
  @key
end

#label_size"Small", "Large"

Returns the value of attribute label_size.

Returns:

  • ("Small", "Large")


56
57
58
# File 'sig/types.rbs', line 56

def label_size
  @label_size
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def language
  @language
end

#padding::Integer

Returns the value of attribute padding.

Returns:

  • (::Integer)


58
59
60
# File 'sig/types.rbs', line 58

def padding
  @padding
end

#points_of_interests"Enabled", "Disabled"

Returns the value of attribute points_of_interests.

Returns:

  • ("Enabled", "Disabled")


60
61
62
# File 'sig/types.rbs', line 60

def points_of_interests
  @points_of_interests
end

#political_view::String

Returns the value of attribute political_view.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def political_view
  @political_view
end

#radius::Integer

Returns the value of attribute radius.

Returns:

  • (::Integer)


61
62
63
# File 'sig/types.rbs', line 61

def radius
  @radius
end

#scale_bar_unit"Kilometers", ...

Returns the value of attribute scale_bar_unit.

Returns:

  • ("Kilometers", "KilometersMiles", "Miles", "MilesKilometers")


63
64
65
# File 'sig/types.rbs', line 63

def scale_bar_unit
  @scale_bar_unit
end

#style"Satellite", "Standard"

Returns the value of attribute style.

Returns:

  • ("Satellite", "Standard")


64
65
66
# File 'sig/types.rbs', line 64

def style
  @style
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


65
66
67
# File 'sig/types.rbs', line 65

def width
  @width
end

#zoom::Float

Returns the value of attribute zoom.

Returns:

  • (::Float)


66
67
68
# File 'sig/types.rbs', line 66

def zoom
  @zoom
end