Instruction
class Instruction( val routeOffset: Distance = Distance.ZERO, val length: Distance = DEFAULT_MANEUVER_LENGTH, val combineWithNext: Boolean = false)
Represents an instruction arrow on a route.
Represents an instruction arrow on a route.