Category

fun Category(    id: TTomCategoryId,     name: String,     parents: Set<Category> = emptySet(),     children: Set<Category> = emptySet(),     synonyms: List<String> = emptyList())

Parameters

id

The ID of the category.

name

The name of the POI category.

parents

The parents of the category.

children

The children of the category.

synonyms

The synonyms for the POI category.