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