toStringWithoutNames method
Returns a string representation of the way, excluding name tags.
Implementation
String toStringWithoutNames() {
return 'Way{labelPosition: $labelPosition, latLongs: ${latLongs.map((toElement) => "${toElement.length}").toList()}, layer: $layer, tags: ${tags.printTagsWithoutNames()}';
}