@Beta(2020, 12) data class Poi : Serializable
POI (Points of Interest) retrieved via a Search API call.
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 list of POI category IDs.
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.
val brands: List<String>
The brands this POI belongs to. |
|
val categories: List<String>
The categories this POI belongs to. |
|
val categorySet: List<Category>
The list of POI category IDs. |
|
val classifications: List<Classification>
The classifications this POI belongs to. |
|
val name: String
The name of the POI. |
|
val openingHours: OpeningHours?
The POI's opening hours. |
|
val phone: String
The phone number of the POI. |
|
val timeZone: DateTimeZone?
The POI's time zone. |
|
val url: String
The URL address of the POI's website. |