MPIPathNode

data class MPIPathNode(val node: String, val map: String)

MPIPathNode contains the id of the node and the id of the map of the adjacent nodes of the MPINavigatable.MPINode

Constructors

Link copied to clipboard
fun MPIPathNode(node: String, map: String)

Properties

Link copied to clipboard
val map: String
Link copied to clipboard
val node: String