Way constructor

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

Implementation

const Way(this.layer, this.tags, this.latLongs, this.labelPosition);