OmhPolylineOptions
constructor(points: List<OmhCoordinate> = listOf(), clickable: Boolean? = null, color: Int? = null, width: Float? = null, isVisible: Boolean? = null, zIndex: Float? = null, jointType: Int? = null, pattern: List<OmhPatternItem>? = null, cap: OmhCap? = null, startCap: OmhCap? = null, endCap: OmhCap? = null, spans: List<OmhStyleSpan>? = null)