copy

fun copy(proximity: Point? = this.proximity, boundingBox: BoundingBox? = this.boundingBox, countries: List<IsoCountryCode>? = this.countries, language: IsoLanguageCode? = this.language, limit: Int? = this.limit, showClosedPOIs: Boolean? = this.showClosedPOIs, unsafeParameters: Map<String, String>? = this.unsafeParameters): BrandSearchOptions

Creates new BrandSearchOptions from current instance.