with Fill Outline Color
fun withFillOutlineColor(fillOutlineColor: String): PolygonAnnotationOptions
Content copied to clipboard
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
fill Outline Color
the fill-outline-color value
fun withFillOutlineColor(@ColorInt fillOutlineColor: Int): PolygonAnnotationOptions
Content copied to clipboard
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
fill Outline Color
the fill-outline-color value with ColorInt format