Poi

constructor(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, chargingPark: ChargingPark? = null)

Constructor to create a new Poi object.

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 this Point Of Interest belongs to.

openingHours

The Point Of Interest's opening hours.

timeZone

The Point Of Interest's timezone.

chargingPark

Present only when the Points of Interest are of the Electric Vehicle Station category type.


constructor(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, chargingPark: ChargingPark? = null, accessibleVehicleTypes: Set<VehicleType> = emptySet(), fuelTypes: Set<FuelType> = emptySet())

Constructor to create a new Poi object.

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 this Point Of Interest belongs to.

openingHours

The Point Of Interest's opening hours.

timeZone

The Point Of Interest's timezone.

chargingPark

Present only when the Points of Interest are of the Electric Vehicle Station category type.

accessibleVehicleTypes

The types of vehicles that can access this Point Of Interest.

fuelTypes

The types of fuel available at this Point Of Interest.