Class: Aws::LocationService::Types::GetMapSpritesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:key]

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameString

The name of the sprite file. Use the following file names for the sprite sheet:

  • sprites.png

  • sprites@2x.png for high pixel density displays

For the JSON document containing image offsets. Use the following file names:

  • sprites.json

  • sprites@2x.json for high pixel density displays

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3355

class GetMapSpritesRequest < Struct.new(
  :file_name,
  :key,
  :map_name)
  SENSITIVE = [:key]
  include Aws::Structure
end

#keyString

The optional API key to authorize the request.

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3355

class GetMapSpritesRequest < Struct.new(
  :file_name,
  :key,
  :map_name)
  SENSITIVE = [:key]
  include Aws::Structure
end

#map_nameString

The map resource associated with the sprite file.

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3355

class GetMapSpritesRequest < Struct.new(
  :file_name,
  :key,
  :map_name)
  SENSITIVE = [:key]
  include Aws::Structure
end