open class Category : Serializable
A POI's (Points of Interest) category retrieved via a Search request.
Category()
Empty constructor for the Category(id: Long)
Default constructor for the |
var id: Long
The id of the category. |
open fun getId(): Long
Returns the id of the category. |
|
open fun toString(): String |