setStrokeColor abstract method

void setStrokeColor(
  1. Color strokeColor
)

Primary color of polyline. Used only if jams disabled or unavailable.

Implementation

void setStrokeColor(ui.Color strokeColor);