withLineColor

Set line-color to initialise the polylineAnnotation with.

<p> The color with which the line will be drawn. </p>

Return

this

Parameters

lineColor

the line-color value

fun withLineColor(lineColor: String): PolylineAnnotationOptions

Set line-color to initialise the polylineAnnotation with.

<p> The color with which the line will be drawn. </p>

Return

this

Parameters

lineColor

the line-color value with ColorInt format

fun withLineColor(lineColor: Int): PolylineAnnotationOptions