copy

fun copy(id: String = this.id, name: String = this.name, descriptionText: String? = this.descriptionText, address: SearchAddress? = this.address, resultTypes: List<SearchResultType> = this.resultTypes, record: IndexableRecord? = this.record, coordinate: Point = this.coordinate, routablePoints: List<RoutablePoint>? = this.routablePoints, categories: List<String>? = this.categories, makiIcon: String? = this.makiIcon, metadata: SearchResultMetadata? = this.metadata, distanceMeters: Double? = this.distanceMeters, feedback: IncorrectSearchPlaceFeedback? = this.feedback): SearchPlace

Creates new SearchPlace from current instance.