SubfileCreator class

Constructors

SubfileCreator.new({required int baseZoomLevel, required ZoomlevelRange zoomlevelRange, required MapHeaderInfo mapHeaderInfo})

Properties

baseZoomLevel int
Base zoom level of the sub-file, which equals to one block.
final
hashCode int
The hash code for this object.
no setterinherited
mapHeaderInfo MapHeaderInfo
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileBuffer TileBuffer
latefinal
tileCount int
no setter
zoomlevelRange ZoomlevelRange
final

Methods

addPoidata(ZoomlevelRange zoomlevelRange, List<PointOfInterest> pois) → void
addWaydata(ZoomlevelRange zoomlevelRange, List<Wayholder> wayholders) → void
analyze(List<Tagholder> poiTagholders, List<Tagholder> wayTagholders, String? languagesPreference) → void
dispose() → void
getTilesLength(bool debugFile) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareTiles(bool debugFile, double maxDeviationPixel, int instanceCount) Future<void>
statistics() → void
toString() String
A string representation of this object.
inherited
writeTileIndex(bool debugFile) Writebuffer
writeTiles(bool debugFile, SinkWithCounter ioSink) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited