sdk-search / com.tomtom.online.sdk.search.information / Poi

Poi

@Beta(2020, 12) data class Poi : Serializable

POI (Points of Interest) retrieved via a Search API call.

Parameters

name - The name of the POI.

phone - The phone number of the POI.

url - The URL address of the POI's website.

categories - The categories this POI belongs to.

categorySet - The most specific POI categories.

classifications - The classifications this POI belongs to.

brands - The brands this POI belongs to.

openingHours - The POI's opening hours.

timeZone - The POI's time zone.

Properties

brands

val brands: List<String>

The brands this POI belongs to.

categorySet

val categorySet: List<Category>

The most specific POI categories.

classifications

val classifications: List<Classification>

The classifications this POI belongs to.

name

val name: String

The name of the POI.

openingHours

val openingHours: OpeningHours?

The POI's opening hours.

phone

val phone: String

The phone number of the POI.

timeZone

val timeZone: DateTimeZone?

The POI's time zone.

url

val url: String

The URL address of the POI's website.