setStyleProperties

Allows to change several properties of this feature without redrawing every time.

myFeature.setStyleProperties {
isVisible = true
strokeWeight = 4.0
strokeColor = "#0f0"
} // DataRenderer redraws only once here