copy

fun copy(searchResultId: SearchResultId = this.searchResultId, place: Place = this.place, poi: Poi = this.poi, boundingBox: GeoBoundingBox? = this.boundingBox): PoiDetails

Deprecated

This will be removed from future releases after 2025-12-16.

Replace with

PoiDetails(searchResultId, place, poi, boundingBox)