MPIBlueDot

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

MPIBlueDot represents a blue dot.

Constructors

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

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
Map Id of the blue dot
_nearestNode
Link copied to clipboard
val _nearestNode: String
Nearest node Id to the blue dot
map
Link copied to clipboard
var map: MPIMap? = null
Map of the blue dot
nearestNode
Link copied to clipboard
var nearestNode: MPINavigatable.MPINode? = null
Nearest node to the blue dot
position
Link copied to clipboard
val position: MPIPosition
Position of the blue dot