Poi
class Poi
Class representing a Point Of Interest.
Constructors
Link copied to clipboard
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.
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.
Properties
Link copied to clipboard
The types of vehicles that can access this Point Of Interest.
Link copied to clipboard
The categories (identifiers) this Point Of Interest belongs to.
Link copied to clipboard
Present only when the Points of Interest are of the Electric Vehicle Station category type.
Link copied to clipboard
The Point Of Interest's opening hours in its local time zone.