PolylineOptions

constructor(    coordinates: List<GeoPoint>,     @ColorInt lineColor: Int = DEFAULT_LINE_COLOR,     lineWidths: List<WidthByZoom> = listOf(WidthByZoom(DEFAULT_LINE_WIDTH)),     @ColorInt outlineColor: Int = DEFAULT_OUTLINE_COLOR,     outlineWidths: List<WidthByZoom> = listOf(WidthByZoom(DEFAULT_OUTLINE_WIDTH)),     lineStartCapType: CapType = DEFAULT_START_CAP_TYPE,     lineEndCapType: CapType = DEFAULT_END_CAP_TYPE,     isClickable: Boolean = true,     tag: String? = null,     patternImage: Image? = null)