open class Poi : Serializable
POI (Points of Interest) retrieved via a Search Request.
Poi()
Empty constructor for the Poi(name: String!, phone: String!, url: String!, categories: Array<String!>!, categorySet: Array<Category!>!, classifications: Array<Classification!>!, brands: Array<String!>!, openingHours: Optional<OpeningHours!>!, timeZone: Optional<DateTimeZone!>!)
Default constructor for the |
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 -- |