ClickedObject

data class ClickedObject(val objectID: ObjectId, val attributes: List<Attribute>)

Represents a map object that was clicked.

Constructors

Link copied to clipboard
constructor(objectID: ObjectId, attributes: List<Attribute>)

Properties

Link copied to clipboard

List of attributes for the clicked object

Link copied to clipboard

Identifier to retrieve classID and geometry