copy
fun copy(query: String = this.query, route: List<GeoPoint>? = this.route, limit: Int = this.limit, maxDetourDuration: Duration? = this.maxDetourDuration, countryCodes: Set<String> = this.countryCodes, geoBias: GeoPoint? = this.geoBias, searchAreas: Set<Geometry>? = this.searchAreas, locale: Locale = this.locale, searchResultTypes: Set<SearchResultType> = this.searchResultTypes, categoryIds: Set<CategoryId> = this.categoryIds, brands: Set<Brand> = this.brands, connectors: Set<ConnectorType> = this.connectors, minPower: Power? = this.minPower, maxPower: Power? = this.maxPower, fuelTypes: Set<FuelType> = this.fuelTypes, openingHoursMode: OpeningHoursMode? = this.openingHoursMode, sortOrder: SortOrder = this.sortOrder, sessionId: UUID? = this.sessionId): SearchOptions
Deprecated
This will be removed from future releases after 2025-12-16.
Replace with
SearchOptions(query, route, limit, maxDetourDuration, countryCodes, geoBias, searchAreas, locale, searchResultTypes, categoryIds, brands, connectors, minPower, maxPower, fuelTypes, openingHoursMode, sortOrder, sessionId)
Content copied to clipboard