Class: Aws::GeoMaps::Types::GetStyleDescriptorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::GetStyleDescriptorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:political_view, :key]
Instance Attribute Summary collapse
-
#color_scheme ⇒ String
Sets color tone for map such as dark and light for specific map styles.
-
#contour_density ⇒ String
Displays the shape and steepness of terrain features using elevation lines.
-
#key ⇒ String
Optional: The API key to be used for authorization.
-
#political_view ⇒ String
Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.
-
#style ⇒ String
Style specifies the desired map style.
-
#terrain ⇒ String
Adjusts how physical terrain details are rendered on the map.
-
#traffic ⇒ String
Displays real-time traffic information overlay on map, such as incident events and flow events.
-
#travel_modes ⇒ Array<String>
Renders additional map information relevant to selected travel modes.
Instance Attribute Details
#color_scheme ⇒ String
Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.
Example: ‘Light`
Default value: ‘Light`
<note markdown=“1”> Valid values for ColorScheme are case sensitive.
</note>
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |
#contour_density ⇒ String
Displays the shape and steepness of terrain features using elevation lines. The density value controls how densely the available contour line information is rendered on the map.
This parameter is valid only for the ‘Standard` map style.
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |
#key ⇒ String
Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |
#political_view ⇒ String
Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.
The following political views are currently supported:
-
‘ARG`: Argentina’s view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands
-
‘EGY`: Egypt’s view on Bir Tawil
-
‘IND`: India’s view on Gilgit-Baltistan
-
‘KEN`: Kenya’s view on the Ilemi Triangle
-
‘MAR`: Morocco’s view on Western Sahara
-
‘RUS`: Russia’s view on Crimea
-
‘SDN`: Sudan’s view on the Halaib Triangle
-
‘SRB`: Serbia’s view on Kosovo, Vukovar, and Sarengrad Islands
-
‘SUR`: Suriname’s view on the Courantyne Headwaters and Lawa Headwaters
-
‘SYR`: Syria’s view on the Golan Heights
-
‘TUR`: Turkey’s view on Cyprus and Northern Cyprus
-
‘TZA`: Tanzania’s view on Lake Malawi
-
‘URY`: Uruguay’s view on Rincon de Artigas
-
‘VNM`: Vietnam’s view on the Paracel Islands and Spratly Islands
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |
#style ⇒ String
Style specifies the desired map style.
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |
#terrain ⇒ String
Adjusts how physical terrain details are rendered on the map.
The following terrain styles are currently supported:
-
‘Hillshade`: Displays the physical terrain details through shading and highlighting of elevation change and geographic features.
^
This parameter is valid only for the ‘Standard` map style.
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |
#traffic ⇒ String
Displays real-time traffic information overlay on map, such as incident events and flow events.
This parameter is valid only for the ‘Standard` map style.
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |
#travel_modes ⇒ Array<String>
Renders additional map information relevant to selected travel modes. Information for multiple travel modes can be displayed simultaneously, although this increases the overall information density rendered on the map.
This parameter is valid only for the ‘Standard` map style.
815 816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/aws-sdk-geomaps/types.rb', line 815 class GetStyleDescriptorRequest < Struct.new( :style, :color_scheme, :political_view, :terrain, :contour_density, :traffic, :travel_modes, :key) SENSITIVE = [:political_view, :key] include Aws::Structure end |