for (final LngLat coord : component.getLocation().getCoordinates()) {
          if (sbL.length() > 0) {
            sbL.append("\n");
          }
          sbL.append(coord.getLatitude() + ", " + coord.getLongitude());