open class Poi : Serializable
POI (Points of Interest) retrieved via a Search Request.
Poi()
POI (Points of Interest) retrieved via a Search Request. |
var brands: Array<String!>!
The brands this POI belongs to. -- GETTER -- |
|
var categories: Array<String!>!
The categories this POI belongs to. -- GETTER -- |
|
var categorySet: Array<Category!>!
The most specific POI categories. -- GETTER -- |
|
var classifications: Array<Classification!>!
The classifications this POI belongs to. -- GETTER -- |
|
var name: String!
The name of the POI. -- GETTER -- |
|
var openingHours: Optional<OpeningHours!>!
The POI's opening hours. -- GETTER -- |
|
var phone: String!
The phone number of the POI. -- GETTER -- |
|
var timeZone: Optional<DateTimeZone!>!
The POI's time zone. -- GETTER -- |
|
var url: String!
The URL address of the POI's website. -- GETTER -- |