toStringWithoutNames method

String toStringWithoutNames()

Returns a string representation of the POI, excluding name tags.

Implementation

String toStringWithoutNames() {
  return 'PointOfInterest{layer: $layer, position: $position, tags: ${tags.printTagsWithoutNames()}}';
}