class Aws::LocationService::Types::GetMapSpritesRequest

@note When making an API call, you may pass GetMapSpritesRequest

data as a hash:

    {
      file_name: "GetMapSpritesRequestFileNameString", # required
      map_name: "ResourceName", # required
    }

@!attribute [rw] file_name

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 contain image offsets. Use the following file
names:

* `sprites.json`

* `sprites@2x.json` for high pixel density displays
@return [String]

@!attribute [rw] map_name

The map resource associated with the sprite file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetMapSpritesRequest AWS API Documentation

Constants

SENSITIVE