withFillOutlineColor

Set fill-outline-color to initialise the polygonAnnotation with.

The outline color of the fill. Matches the value of {@link PropertyFactory#fillColor} if unspecified.

Return

this

Parameters

fillOutlineColor

the fill-outline-color value

fun withFillOutlineColor(fillOutlineColor: String): PolygonAnnotationOptions

Set fill-outline-color to initialise the polygonAnnotation with.

The outline color of the fill. Matches the value of {@link PropertyFactory#fillColor} if unspecified.

Return

this

Parameters

fillOutlineColor

the fill-outline-color value with ColorInt format

fun withFillOutlineColor(@ColorInt() fillOutlineColor: Int): PolygonAnnotationOptions