Package com.tomtom.sdk.search.client.model.poi

Types

Link copied to clipboard
data class Brand(val name: String)

A Points of Interest brand.

Link copied to clipboard
data class Category(    val id: TTomCategoryId,     val name: String,     val parents: Set<Category> = emptySet(),     val children: Set<Category> = emptySet(),     val synonyms: List<String> = emptyList())

Point of Interest(POI) category.

Link copied to clipboard
data class Poi(    val name: Set<String>,     val phones: Set<String> = emptySet(),     val emails: Set<String> = emptySet(),     val brands: Set<Brand> = emptySet(),     val urls: Set<String> = emptySet(),     val categories: Set<Category> = emptySet(),     val openingHours: OpeningHours? = null,     val timeZone: TimeZone? = null)

Point Of Interest retrieved via a Search API call.

Link copied to clipboard
value class TTomCategoryId

The Standard category gives the semantic of the POI category. They are similar to TTOM categories.