SubFileParameter constructor

SubFileParameter(
  1. int id,
  2. int baseZoomLevel,
  3. int blocksHeight,
  4. int blocksWidth,
  5. int boundaryTileBottom,
  6. int boundaryTileLeft,
  7. int boundaryTileRight,
  8. int boundaryTileTop,
  9. int indexEndAddress,
  10. int indexStartAddress,
  11. int numberOfBlocks,
  12. int startAddress,
  13. int subFileSize,
  14. int zoomLevelMax,
  15. int zoomLevelMin,
  16. MercatorProjection projection,
)

Implementation

SubFileParameter(
  this.id,
  this.baseZoomLevel,
  this.blocksHeight,
  this.blocksWidth,
  this.boundaryTileBottom,
  this.boundaryTileLeft,
  this.boundaryTileRight,
  this.boundaryTileTop,
  this.indexEndAddress,
  this.indexStartAddress,
  this.numberOfBlocks,
  this.startAddress,
  this.subFileSize,
  this.zoomLevelMax,
  this.zoomLevelMin,
  this.projection,
);