PoiCategory

fun PoiCategory(    id: Long,     name: String,     children: List<PoiCategory>,     synonyms: List<String>)

Parameters

id

Unique ID of the category.

name

Name of the category.

children

List of child subcategories.

synonyms

List of alternative names of the category.

Important: This is a Public Preview API. It may be changed or removed at any time.