Poi

fun Poi(    name: Set<String>,     phones: Set<String> = emptySet(),     emails: Set<String> = emptySet(),     brands: Set<Brand> = emptySet(),     urls: Set<String> = emptySet(),     categories: Set<Category> = emptySet(),     openingHours: OpeningHours? = null,     timeZone: TimeZone? = null)

Parameters

name

The name of the Point Of Interest.

phones

The phone numbers of the Point Of Interest.

emails

The email addresses of the Point Of Interest.

brands

The brands this Point Of Interest belongs to.

urls

The URL addresses of the Point Of Interest website.

categories

The list of Point Of Interest category IDs.

openingHours

The Point Of Interest's opening hours in its local time zone.

timeZone

The Point Of Interest TimeZone.