Polyline
data class Polyline(val points: List<LatLng>, val strokeColor: Int = Color.BLACK, val strokeWidth: Float = 10.0f, val visible: Boolean = true, val clickable: Boolean = false, val zIndex: Float = 0.0f, val tag: Any? = null)(source)
Represents a polyline on the map, consisting of connected line segments.