sdk-search / com.tomtom.online.sdk.search.data.placebyid / IPlaceByIdQuery / withLanguage

withLanguage

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

The language in which search results should be returned. It should be one of the supported IETF language tags, case insensitive. When data in a specified language is not available for a specific field, the default langauge is used (English).

Parameters

language - String!: The language in which search results should be returned.

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