MapfileWriter class

Constructors

MapfileWriter.new({required String filename, required MapHeaderInfo mapHeaderInfo})

Properties

filename String
final
hashCode int
The hash code for this object.
no setterinherited
mapHeaderInfo MapHeaderInfo
final
poiTags List<Tagholder>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subfileCreators List<SubfileCreator>
final
wayTags List<Tagholder>
final

Methods

close() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(double maxDeviationPixel, int instanceCount) Future<void>
Writes the mapfile to the given sink. @param maxDeviationPixel The maximum deviation in pixels if we need to simplify a polygon because only 32767 points are supported in a polygon.

Operators

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