@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.
language
- String!: language in search result should be returned.
Return
IPoiCategoriesQuery: the builder of the query with new value for language set.