copy

fun copy(id: String = this.id, source: Source = this.source, position: Int? = this.position, fuelPriceId: FuelPriceId? = this.fuelPriceId, evChargingAvailabilityId: EvChargingAvailabilityId? = this.evChargingAvailabilityId, parkingDetailId: ParkingDetailId? = this.parkingDetailId, geometryId: GeometryId? = this.geometryId): SearchResultId

Deprecated

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

Replace with

SearchResultId(id, source, position, fuelPriceId, evChargingAvailabilityId, parkingDetailId, geometryId)