DEFAULT_TILE_SIZE constant

int const DEFAULT_TILE_SIZE

the tile size. At zoomLevel 0 the whole world fits onto 1 tile, zoomLevel 1 needs 4 tiles to fit on it and so on.

Implementation

static const int DEFAULT_TILE_SIZE = 256;