sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchQueryBuilder / withCountry

withCountry

fun withCountry(country: String): FuzzySearchQueryBuilder

Overrides IFuzzySearchQuery.withCountry

A comma-separated string of country codes (e.g., FR,ES). This will limit the search to the specified countries.

Parameters

country - string with country codes.

Return
The builder of the query with a new value for the country being set.