data class RouteStep(val type: String, val location: LonLat, val id: Int? = null, val job: Int? = null, val setup: Int? = null, val service: Int? = null, val waitingTime: Int? = null, val load: List<Int>? = null, val arrival: Int? = null, val duration: Int? = null, val violations: List<Violation> = emptyList())