PixelProjection constructor
PixelProjection(
- int zoomLevel
Implementation
PixelProjection(int zoomLevel)
: tileSize = MapsforgeConstants().tileSize,
super.fromZoomlevel(zoomLevel) {
_mapSize = _mapSizeWithScaleFactor();
}