ParkingLineData

fun ParkingLineData(lineList: List<Point> = emptyList(), lineColor: Int? = null, 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, parkingNameCode: String = "", floor: String = "")

Create default single line data