tileSize property

int tileSize
getter/setter pair

The size of a tile in mappixel. The default is 256, but if deviceScaleFactor or userScaleFactor is not 1 the tileSize will be stretched accordingly.

Implementation

late int tileSize;