withLineColor

fun withLineColor(lineColor: String): PolylineAnnotationOptions

Set line-color to initialise the polylineAnnotation with.

The color with which the line will be drawn.

Return

this

Parameters

lineColor

the line-color value

fun withLineColor(@ColorInt lineColor: Int): PolylineAnnotationOptions

Set line-color to initialise the polylineAnnotation with.

The color with which the line will be drawn.

Return

this

Parameters

lineColor

the line-color value with ColorInt format