- Navigation Guide
@aws-sdk/client-location
GetMapTileCommandInput Interface
The input for GetMapTileCommand.
Members
Name | Type | Details |
---|---|---|
MapName Required | string | undefined | The map resource to retrieve the map tiles from. |
X Required | string | undefined | The X axis value for the map tile. |
Y Required | string | undefined | The Y axis value for the map tile. |
Z Required | string | undefined | The zoom value for the map tile. |
Key | string | undefined | The optional API key to authorize the request. |
Full Signature
export interface GetMapTileCommandInput extends GetMapTileRequest