TrafficRouteLineData

fun TrafficRouteLineData(layerId: String = "", lineList: List<List<Point>> = emptyList(), colorList: List<Int> = emptyList(), lineWidth: Double = 0.0, lineOpacity: Double = 1.0, lineBlur: Double = 0.0, lineJoin: LineJoin = LineJoin.ROUND, lineCap: LineCap = LineCap.ROUND, strokeColor: Int? = null, strokeWidth: Double = 0.0, strokeOpacity: Double = 1.0, strokeBlur: Double = 0.0, addLayerAbove: String? = null, addLayerBelow: String? = null, addLayerAt: Int? = null)

Create default Traffic route line data