tileSize property

int tileSize
final

The size of the tiles. This is usually equal to the size of the .png file taken from the server. E.g. 256 for a 256x256 pixels or 512 for a 512x512 pixels.

Implementation

final int tileSize;