Wayinfo class

/////////////////////////////////////////////////////////////////////////// All ways for one zoomlevel.

Constructors

Wayinfo.new()

Properties

content Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodeCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wayCount int
getter/setter pair
wayholders Set<Wayholder>
getter/setter pair

Methods

addWayholder(Wayholder wayholder) → void
addWayholders(List<Wayholder> wayholders) → void
analyze(List<Tagholder> tagholders, String? languagesPreference) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeWaydata(bool debugFile, Tile tile, double tileLatitude, double tileLongitude) Uint8List

Operators

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