Way constructor

Way(
  1. int layer,
  2. List<Tag> tags,
  3. List<List<ILatLong>> latLongs,
  4. ILatLong? labelPosition,
)

Creates a new Way.

Implementation

Way(this.layer, List<Tag> tags, this.latLongs, this.labelPosition) : tags = TagCollection(tags: tags);