PixelProjection constructor

PixelProjection(
  1. int zoomLevel
)

Implementation

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