SubfileFiller constructor
SubfileFiller(
- ZoomlevelRange subfileZoomlevelRange,
- double maxDeviation,
- BoundingBox boundingBox
Implementation
SubfileFiller(this.subfileZoomlevelRange, this.maxDeviation, this.boundingBox) {
sizeFilter = WaySizeFilter(subfileZoomlevelRange.zoomlevelMax, maxDeviation);
simplifyFilter = WaySimplifyFilter(subfileZoomlevelRange.zoomlevelMax, maxDeviation);
wayCropper = const WayCropper();
}