Package-level declarations
Types
Link copied to clipboard
The POI category identifier for online and offline POI categories.
Link copied to clipboard
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.
Link copied to clipboard
data class PoiCategory(val id: CategoryId, val name: String, val parents: Set<CategoryId> = emptySet(), val children: Set<CategoryId> = emptySet(), val synonyms: List<String> = emptyList())
Point of Interest(POI) category.
Link copied to clipboard
The category identifier, that provides the semantic information of a POI category.