sdk-search / com.tomtom.online.sdk.search.data.geometry / IGeometrySearchQuery / withLanguage

withLanguage

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

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

Parameters

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

Return
IGeometrySearchQuery: The builder of the GeometrySearchQuery with a new value for the language being set.