copy

fun copy(    proximity: Point? = this.proximity,     boundingBox: BoundingBox? = this.boundingBox,     countries: List<IsoCountryCode>? = this.countries,     language: IsoLanguageCode? = this.language,     limit: Int? = this.limit,     types: List<QueryType>? = this.types,     requestDebounce: Int? = this.requestDebounce,     origin: Point? = this.origin,     navigationOptions: SearchNavigationOptions? = this.navigationOptions,     unsafeParameters: Map<String, String>? = this.unsafeParameters,     ignoreIndexableRecords: Boolean = this.ignoreIndexableRecords,     indexableRecordsDistanceThresholdMeters: Double? = this.indexableRecordsDistanceThresholdMeters,     attributeSets: List<AttributeSet>? = this.attributeSets): ForwardSearchOptions

Creates new ForwardSearchOptions from current instance.