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

withCountry

@NonNull abstract fun withCountry(country: String!): IFuzzySearchQuery

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

Parameters

The - country string with country codes.

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