MPIBlueDot

class MPIBlueDot(    val position: MPIPosition,     val _map: String,     val _nearestNode: String)

MPIBlueDot represents a blue dot.

Constructors

Link copied to clipboard
fun MPIBlueDot(    position: MPIPosition,     _map: String,     _nearestNode: String)

Properties

Link copied to clipboard
val _map: String

Map Id of the blue dot

Link copied to clipboard
val _nearestNode: String

Nearest node Id to the blue dot

Link copied to clipboard
var map: MPIMap? = null

Map of the blue dot

Link copied to clipboard
var nearestNode: MPINavigatable.MPINode? = null

Nearest node to the blue dot

Link copied to clipboard
val position: MPIPosition

Position of the blue dot