toggle menu
Wemap SDKs
0.16.1
androidJvm
switch theme
search in API
map
/
com.getwemap.sdk.map.model.entities
/
UseTags
Use
Tags
@
Serializable
data
class
UseTags
(
val
tags
:
List
<
Tag
>
,
val
active
:
Boolean
,
val
clickable
:
Boolean
,
val
categories
:
List
<
Category
>
)
Members
Constructors
Use
Tags
Link copied to clipboard
constructor
(
tags
:
List
<
Tag
>
,
active
:
Boolean
,
clickable
:
Boolean
,
categories
:
List
<
Category
>
)
Properties
active
Link copied to clipboard
val
active
:
Boolean
categories
Link copied to clipboard
val
categories
:
List
<
Category
>
clickable
Link copied to clipboard
val
clickable
:
Boolean
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>