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

withBrandSet

@NonNull abstract fun withBrandSet(brandSet: String!): IFuzzySearchQuery

A comma-separated list of brand names which could be used to restrict the result to Points Of Interest of specific brands.

Parameters

brandSet - String!: A comma-separated list of brand names.

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