Class: Aws::GeoMaps::Types::GetSpritesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::GetSpritesRequest
- Defined in:
- gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#color_scheme ⇒ String
Sets the color tone for the map sprites, such as dark and light.
-
#file_name ⇒ String
SpritesAPI: The name of the sprite file to retrieve, following patternsprites(@2x)?\.(png|json). -
#style ⇒ String
Style specifies the desired map style for the
SpritesAPIs. -
#variant ⇒ String
Optimizes map styles for specific use case or industry.
Instance Attribute Details
#color_scheme ⇒ String
Sets the color tone for the map sprites, such as dark and light.
Example: Light
Default value: Light
276 277 278 279 280 281 282 283 |
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 276 class GetSpritesRequest < Struct.new( :file_name, :style, :color_scheme, :variant) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
Sprites API: The name of the sprite file to retrieve, following
pattern sprites(@2x)?\.(png|json).
Example: sprites.png
276 277 278 279 280 281 282 283 |
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 276 class GetSpritesRequest < Struct.new( :file_name, :style, :color_scheme, :variant) SENSITIVE = [] include Aws::Structure end |
#style ⇒ String
Style specifies the desired map style for the Sprites APIs.
276 277 278 279 280 281 282 283 |
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 276 class GetSpritesRequest < Struct.new( :file_name, :style, :color_scheme, :variant) SENSITIVE = [] include Aws::Structure end |
#variant ⇒ String
Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.
Example: Default
276 277 278 279 280 281 282 283 |
# File 'gems/aws-sdk-geomaps/lib/aws-sdk-geomaps/types.rb', line 276 class GetSpritesRequest < Struct.new( :file_name, :style, :color_scheme, :variant) SENSITIVE = [] include Aws::Structure end |