SubFileParameter constructor
SubFileParameter(
- int id,
- int baseZoomLevel,
- int blocksHeight,
- int blocksWidth,
- int boundaryTileBottom,
- int boundaryTileLeft,
- int boundaryTileRight,
- int boundaryTileTop,
- int indexEndAddress,
- int indexStartAddress,
- int numberOfBlocks,
- int startAddress,
- int subFileSize,
- int zoomLevelMax,
- int zoomLevelMin,
- 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,
);