class Aws::LocationService::Types::GetMapTileRequest

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

data as a hash:

    {
      map_name: "ResourceName", # required
      x: "GetMapTileRequestXString", # required
      y: "GetMapTileRequestYString", # required
      z: "GetMapTileRequestZString", # required
    }

@!attribute [rw] map_name

The map resource to retrieve the map tiles from.
@return [String]

@!attribute [rw] x

The X axis value for the map tile.
@return [String]

@!attribute [rw] y

The Y axis value for the map tile.
@return [String]

@!attribute [rw] z

The zoom value for the map tile.
@return [String]

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

Constants

SENSITIVE