sdk-search / com.tomtom.online.sdk.search.data.poicategories / IPoiCategoriesQuery / withLanguage

withLanguage

@NonNull abstract fun withLanguage(language: String!): IPoiCategoriesQuery

Language in which the poi categories should be returned. Should be one of supported IETF language tags. When language is not specified english is used as a default.

Parameters

language - String!: language in search result should be returned.

Return
IPoiCategoriesQuery: the builder of the query with new value for language set.