VMECategory

@Serializable
data class VMECategory(id: String, name: String, icon: String)

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
fun VMECategory(id: String = "", name: String = "", icon: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val icon: String

The icon associated with the category

Link copied to clipboard
val id: String

The category's id

Link copied to clipboard
val name: String

The category's name