Maps and Navigation SDK
0.45.0
androidJvm
com.tomtom.sdk.location:model
/
com.tomtom.sdk.location.poi
/
PoiCategory
/
PoiCategory
Poi
Category
constructor
(
id
:
CategoryId
,
name
:
String
,
parents
:
Set
<
CategoryId
>
=
emptySet()
,
children
:
Set
<
CategoryId
>
=
emptySet()
,
synonyms
:
List
<
String
>
=
emptyList()
)