Poi

fun Poi(    names: Set<String>,     phones: Set<String> = emptySet(),     emails: Set<String> = emptySet(),     brands: Set<Brand> = emptySet(),     urls: Set<String> = emptySet(),     categoryIds: Set<CategoryId> = emptySet(),     openingHours: OpeningHours? = null,     timeZone: TimeZone? = null)

Parameters

names

The names 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(s).

categoryIds

The categories (identifiers) this Point Of Interest belongs to. Use com.tomtom.sdk.search.client.SearchApi.requestPoiCategories to get a list of the available categories with their ids and details.

openingHours

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

timeZone

The Point Of Interest TimeZone.