VMECategory

@Serializable
data class VMECategory(val id: String = "", val name: String = "", val icon: String = "")(source)

Represents a category that can be associated with a poi.

A category encapsulates information category, including its name and icon.

Since

1.10

Constructors

Link copied to clipboard
constructor(id: String = "", name: String = "", icon: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The icon associated with the category

Link copied to clipboard
val id: String

The category's id

Link copied to clipboard

The category's name