Category

data class Category(val id: Long)

A Points of Interest category.

Parameters

id

The ID of the category.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun Category(id: Long)

Properties

Link copied to clipboard
val id: Long