MPIBlueDotPositionUpdate

@Serializable
class MPIBlueDotPositionUpdate(    val position: MPIPosition,     val _map: String,     val _nearestNode: String,     val bearing: Double? = null)

MPIBlueDotPositionUpdate gives the current position update of the blue dot.

Constructors

Link copied to clipboard
fun MPIBlueDotPositionUpdate(    position: MPIPosition,     _map: String,     _nearestNode: String,     bearing: Double? = null)

Properties

Link copied to clipboard
val _map: String

id of the map the current blue dot is at

Link copied to clipboard
val _nearestNode: String

id of the nearest node id to the current blue dot

Link copied to clipboard
val bearing: Double? = null

Bearing of the current blue dot

Link copied to clipboard
var map: MPIMap? = null

Map where the current blue dot is at

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

Nearest node to the current blue dot

Link copied to clipboard
val position: MPIPosition

Position of the current blue dot