copy

fun copy(    type: SearchResultType = this.type,     searchResultId: SearchResultId = this.searchResultId,     place: Place = this.place,     distance: Distance? = this.distance,     poi: Poi? = this.poi,     boundingBox: GeoBoundingBox? = this.boundingBox,     detour: Detour? = this.detour): SearchResult

Deprecated

This will be removed from future releases after October 10th 2024.

Creates a copy of this SearchResult object with optional parameter overrides.

Return

The copied SearchResult object.