Poi

fun Poi(    name: String,     phone: String = "",     brands: List<Brand> = emptyList(),     url: String = "",     categorySet: List<Category> = emptyList(),     openingHours: OpeningHours?,     classifications: List<Classification> = emptyList(),     timeZone: TimeZone?)

Parameters

name

The name of the Point Of Interest.

phone

The phone number of the Point Of Interest.

brands

The brands this Point Of Interest belongs to.

url

The URL address of the Point Of Interest website.

categorySet

The list of Point Of Interest category IDs.

openingHours

The Point Of Interest opening hours.

classifications

The classifications this Point Of Interest belongs to.

timeZone

The Point Of Interest TimeZone.

Important: This is a Public Preview API. It may be changed or removed at any time.