Instruction

data class Instruction(val routeOffset: Double = 0.0, val length: Double = 20.0, val combineWithNext: Boolean = false)

Constructors

Link copied to clipboard
constructor(routeOffset: Double = 0.0, length: Double = 20.0, combineWithNext: Boolean = false)

Properties

Link copied to clipboard
val combineWithNext: Boolean = false
Link copied to clipboard
val length: Double = 20.0
Link copied to clipboard
val routeOffset: Double = 0.0