TooltipClickEvent

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

Constructors

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

Properties

Link copied to clipboard

The possible map coordinate of the clicked tooltip

Link copied to clipboard
val id: String

ID of the clicked tooltip

Link copied to clipboard

The possible node of where clicked tooltip is positioned