MPIBlueDotPositionUpdate

class MPIBlueDotPositionUpdate(position: MPIPosition, _map: String, _nearestNode: String, bearing: Double?)

MPIBlueDotPositionUpdate gives the current position update of the blue dot.

Constructors

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

_map
Link copied to clipboard
val _map: String
id of the map the current blue dot is at
_nearestNode
Link copied to clipboard
val _nearestNode: String
id of the nearest node id to the current blue dot
bearing
Link copied to clipboard
val bearing: Double? = null
Bearing of the current blue dot
map
Link copied to clipboard
var map: MPIMap? = null
Map where the current blue dot is at
nearestNode
Link copied to clipboard
var nearestNode: MPINavigatable.MPINode? = null
Nearest node to the current blue dot
position
Link copied to clipboard
val position: MPIPosition
Position of the current blue dot