SlowTrafficRange

data class SlowTrafficRange(val leg: Int, val startIdx: Int, val endIdx: Int)

Constructors

Link copied to clipboard
constructor(leg: Int, startIdx: Int, endIdx: Int)

Properties

Link copied to clipboard
val endIdx: Int
Link copied to clipboard
val leg: Int
Link copied to clipboard