Returns data values of the tile.
list[list[int]]
Data values of the tile. The number of lists inside the list represents the number of rows in a tile. For example, a tile that has 2 rows and 5 columns with str length 2 will return a list containing 2 lists where each list has 10 integers.