getTile
inline suspend fun GeoMapsClient.getTile(crossinline block: GetTileRequest.Builder.() -> Unit): GetTileResponse
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.