Poi
data class Poi(val names: Set<String>, val phones: Set<String> = emptySet(), val emails: Set<String> = emptySet(), val brands: Set<Brand> = emptySet(), val urls: Set<String> = emptySet(), val categoryIds: Set<CategoryId> = emptySet(), val openingHours: OpeningHours? = null, val timeZone: TimeZone? = null, val chargingPark: ChargingPark? = null, val accessibleVehicleTypes: Set<VehicleType> = emptySet(), val fuelTypes: Set<FuelType> = emptySet())
Point Of Interest retrieved via a Search API call.
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, accessibleVehicleTypes: Set<VehicleType> = emptySet(), fuelTypes: Set<FuelType> = emptySet())
Properties
Link copied to clipboard
Link copied to clipboard
The categories (identifiers) this Point Of Interest belongs to. Use com.tomtom.sdk.search.Search.requestPoiCategories to get a list of the available categories with their ids and details.
Link copied to clipboard
Present only when the Points of Interest are of the Electric Vehicle Station category type. Important: This is a Public Preview API. It may be changed or removed at any time.
Link copied to clipboard
The Point Of Interest's opening hours in its local time zone.