copy

fun copy(    houseNumber: String? = this.houseNumber,     street: String? = this.street,     neighborhood: String? = this.neighborhood,     locality: String? = this.locality,     postcode: String? = this.postcode,     place: String? = this.place,     district: String? = this.district,     region: String? = this.region,     country: String? = this.country): SearchAddress

Creates new SearchAddress from current instance.