PoiCategoriesSearchOptions

data class PoiCategoriesSearchOptions @JvmOverloads constructor(val language: String? = null)

Defines the parameters of a POI Categories Search query.

See also

Supported languages

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

language

Language in which the category tree should be returned. One of the TomTom supported IETF language tags except NGT and NGT-Latn. When language parameters are not set then category tree will be returned in English.

Constructors

Link copied to clipboard
fun PoiCategoriesSearchOptions(language: String? = null)

Properties

Link copied to clipboard
val language: String? = null