toStringWithoutNames method
Returns a string representation of the POI, excluding name tags.
Implementation
String toStringWithoutNames() {
return 'PointOfInterest{layer: $layer, position: $position, tags: ${tags.printTagsWithoutNames()}}';
}
Returns a string representation of the POI, excluding name tags.
String toStringWithoutNames() {
return 'PointOfInterest{layer: $layer, position: $position, tags: ${tags.printTagsWithoutNames()}}';
}