MapHeaderInfo constructor
const
MapHeaderInfo({
- required BoundingBox boundingBox,
- String? comment,
- String? createdBy,
- bool debugFile = false,
- int? fileSize,
- int? fileVersion,
- String? languagesPreference,
- int? mapDate,
- int? numberOfSubFiles,
- List<
Tag> poiTags = const [], - String? projectionName,
- LatLong? startPosition,
- int? startZoomLevel,
- int tilePixelSize = 256,
- List<
Tag> wayTags = const [], - required ZoomlevelRange zoomlevelRange,
Implementation
const MapHeaderInfo({
required this.boundingBox,
this.comment,
this.createdBy,
this.debugFile = false,
this.fileSize,
this.fileVersion,
this.languagesPreference,
this.mapDate,
this.numberOfSubFiles,
this.poiTags = const [],
this.projectionName,
this.startPosition,
this.startZoomLevel,
this.tilePixelSize = 256,
this.wayTags = const [],
required this.zoomlevelRange,
});