Skip to Content
API ReferenceLocationSingleMessagePointSet

SingleMessagePointSet

data class SingleMessagePointSet(val isElevator: Boolean, val destinations: HashMap<String, Int>)

Constructors

SingleMessagePointSetconstructor(isElevator: Boolean , destinations: HashMap <String , Int >)

Properties

destinations

val destinations: HashMap<String, Int>

isElevator

val isElevator: Boolean
Last updated on