sdk-search / com.tomtom.online.sdk.search.data.common / Poi

Poi

open class Poi : Serializable

POI (Points of Interest) retrieved via a Search Request.

Constructors

<init>

Poi()

Empty constructor for the Poi.

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 Poi.

Properties

brands

var brands: Array<String!>!

The brands this POI belongs to. -- GETTER --

categories

var categories: Array<String!>!

The categories this POI belongs to. -- GETTER --

categorySet

var categorySet: Array<Category!>!

The most specific POI categories. -- GETTER --

classifications

var classifications: Array<Classification!>!

The classifications this POI belongs to. -- GETTER --

name

var name: String!

The name of the POI. -- GETTER --

openingHours

var openingHours: Optional<OpeningHours!>!

The POI's opening hours. -- GETTER --

phone

var phone: String!

The phone number of the POI. -- GETTER --

timeZone

var timeZone: Optional<DateTimeZone!>!

The POI's time zone. -- GETTER --

url

var url: String!

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