OmhPolygonOptions

constructor(outline: List<OmhCoordinate> = listOf(), clickable: Boolean? = null, fillColor: Int? = null, holes: List<List<OmhCoordinate>>? = null, isVisible: Boolean? = null, strokeColor: Int? = null, strokeJointType: Int? = null, strokePattern: List<OmhPatternItem>? = null, strokeWidth: Float? = null, zIndex: Float? = null)