tileSize property

Point tileSize

Width and height of tiles in the grid. Use a number if width and height are equal, or L.point(width, height) otherwise.

Implementation

external Point get tileSize;
void tileSize=(Point value)

Implementation

external set tileSize(Point value);