Polyline

constructor(points: List<LatLng>, strokeColor: Int = Color.BLACK, strokeWidth: Float = 10.0f, visible: Boolean = true, clickable: Boolean = false, zIndex: Float = 0.0f, tag: Any? = null)(source)