getTileSize method

int getTileSize()

Width and height of a map tile in pixel after system and user scaling is applied.

Implementation

int getTileSize() {
  return tileSize;
}