Category

@Serializable
data class Category(val name: String, val slug: String)

A category used to group and filter points of interest.

Constructors

Link copied to clipboard
constructor(name: String, slug: String)

Properties

Link copied to clipboard

Display name of the category.

Link copied to clipboard

Unique slug identifying the category.