MPIPath

@Serializable
data class MPIPath(val id: String, val nodes: List<MPINavigatable.MPINode>? = null)

MPIPath contains information that was used to draw a path on the map.

Constructors

Link copied to clipboard
fun MPIPath(id: String, nodes: List<MPINavigatable.MPINode>? = null)

Properties

Link copied to clipboard
val id: String

A generated ID for this path object

Link copied to clipboard
val nodes: List<MPINavigatable.MPINode>? = null

A list of MPINodes representing the nodes in the path.