v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1455741.5 KB

GetTile returns a tile. Map tiles are used by clients to render a map. They're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.

For more information, see Tiles in the Amazon Location Service Developer Guide.

get/tiles/{Tileset}/{Z}/{X}/{Y}

Path parameters

Tilesetstring required
<p>Specifies the desired tile set. For <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers, <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions support only the <code>vector.basemap</code> value.</p> <p>Valid Values: <code>raster.satellite | vector.basemap | vector.traffic | raster.dem</code> </p>
Zstring password required

The zoom value for the map tile.

Xstring password required

The X axis value for the map tile.

Ystring password required

The Y axis value for the map tile.

Query parameters

additional-featuresTileAdditionalFeature[]

A list of optional additional parameters such as map styles that can be requested for each result. Not supported in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.

keystring password

Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.

Response

Success

Blobstring

The blob represents a vector tile in <code>mvt</code> or a raster tile in an image format.