mapsize property
int
get
mapsize
the size of the whole map in mappixel. At scalefactor 1 (or zoomLevel 0) the _mapSize is equal to the tileSize.
Implementation
int get mapsize => _mapSize;
the size of the whole map in mappixel. At scalefactor 1 (or zoomLevel 0) the _mapSize is equal to the tileSize.
int get mapsize => _mapSize;