TooltipClickEvent

@Serializable
data class TooltipClickEvent(    val id: String,     val node: MPINavigatable.MPINode?,     val coordinate: MPIMap.MPICoordinate?)

Constructors

Link copied to clipboard
fun TooltipClickEvent(    id: String,     node: MPINavigatable.MPINode?,     coordinate: MPIMap.MPICoordinate?)

Properties

Link copied to clipboard
val coordinate: MPIMap.MPICoordinate?

The possible map coordinate of the clicked tooltip

Link copied to clipboard
val id: String

ID of the clicked tooltip

Link copied to clipboard
val node: MPINavigatable.MPINode?

The possible node of where clicked tooltip is positioned