Polyline
data class Polyline(val coordinates: List<Coordinates>, val width: Float, val lineColor: Color? = null)
Represents a polyline overlay on the map.
Parameters
coordinates
List of coordinates that define the polyline's path
width
The width of the polyline
line Color
The color of the polyline