Class: Aws::Types::GetStaticMapRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStaticMapRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounded_positions ⇒ ::String
Returns the value of attribute bounded_positions.
-
#bounding_box ⇒ ::String
Returns the value of attribute bounding_box.
-
#center ⇒ ::String
Returns the value of attribute center.
-
#color_scheme ⇒ "Light", "Dark"
Returns the value of attribute color_scheme.
-
#compact_overlay ⇒ ::String
Returns the value of attribute compact_overlay.
-
#crop_labels ⇒ Boolean
Returns the value of attribute crop_labels.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#geo_json_overlay ⇒ ::String
Returns the value of attribute geo_json_overlay.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#label_size ⇒ "Small", "Large"
Returns the value of attribute label_size.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#padding ⇒ ::Integer
Returns the value of attribute padding.
-
#points_of_interests ⇒ "Enabled", "Disabled"
Returns the value of attribute points_of_interests.
-
#political_view ⇒ ::String
Returns the value of attribute political_view.
-
#radius ⇒ ::Integer
Returns the value of attribute radius.
-
#scale_bar_unit ⇒ "Kilometers", ...
Returns the value of attribute scale_bar_unit.
-
#style ⇒ "Satellite", "Standard"
Returns the value of attribute style.
-
#width ⇒ ::Integer
Returns the value of attribute width.
-
#zoom ⇒ ::Float
Returns the value of attribute zoom.
Instance Attribute Details
#bounded_positions ⇒ ::String
Returns the value of attribute bounded_positions.
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.
47 48 49 |
# File 'sig/types.rbs', line 47 def bounding_box @bounding_box end |
#center ⇒ ::String
Returns the value of attribute center.
49 50 51 |
# File 'sig/types.rbs', line 49 def center @center end |
#color_scheme ⇒ "Light", "Dark"
Returns the value of attribute color_scheme.
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.
51 52 53 |
# File 'sig/types.rbs', line 51 def @compact_overlay end |
#crop_labels ⇒ Boolean
Returns the value of attribute crop_labels.
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.
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.
53 54 55 |
# File 'sig/types.rbs', line 53 def @geo_json_overlay end |
#height ⇒ ::Integer
Returns the value of attribute height.
54 55 56 |
# File 'sig/types.rbs', line 54 def height @height end |
#key ⇒ ::String
Returns the value of attribute key.
55 56 57 |
# File 'sig/types.rbs', line 55 def key @key end |
#label_size ⇒ "Small", "Large"
Returns the value of attribute label_size.
56 57 58 |
# File 'sig/types.rbs', line 56 def label_size @label_size end |
#language ⇒ ::String
Returns the value of attribute language.
57 58 59 |
# File 'sig/types.rbs', line 57 def language @language end |
#padding ⇒ ::Integer
Returns the value of attribute padding.
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.
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.
59 60 61 |
# File 'sig/types.rbs', line 59 def political_view @political_view end |
#radius ⇒ ::Integer
Returns the value of attribute radius.
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.
63 64 65 |
# File 'sig/types.rbs', line 63 def @scale_bar_unit end |
#style ⇒ "Satellite", "Standard"
Returns the value of attribute style.
64 65 66 |
# File 'sig/types.rbs', line 64 def style @style end |
#width ⇒ ::Integer
Returns the value of attribute width.
65 66 67 |
# File 'sig/types.rbs', line 65 def width @width end |
#zoom ⇒ ::Float
Returns the value of attribute zoom.
66 67 68 |
# File 'sig/types.rbs', line 66 def zoom @zoom end |