PixelProjection constructor

PixelProjection(
  1. int zoomlevel
)

Implementation

PixelProjection(super.zoomlevel) : tileSize = MapsforgeSettingsMgr().tileSize, super.fromZoomlevel() {
  _mapSize = _mapSizeWithScaleFactor();
}