sdk-search / com.tomtom.online.sdk.search.data.common / Category

Category

open class Category : Serializable

A POI's (Points of Interest) category retrieved via a Search request.

Constructors

<init>

Category()

Empty constructor for the Category.

Category(id: Long)

Default constructor for the Category.

Properties

id

var id: Long

The id of the category.

Functions

getId

open fun getId(): Long

Returns the id of the category.

toString

open fun toString(): String