lineWidth property
The width of the polyline depending on the map measure.
At map measures smaller than smallest map measure in the lineWidth
line width is constant and equal to the width given for the smallest
map measure in the lineWidth.
At map measures bigger than biggest map measure in the lineWidth
line width is constant and equal to the width given for the biggest
map measure in the lineWidth.
At map measures between two nearest given map measures, the values are linearly interpolated between values given for these map measures. Gets the map measure dependent polyline width.
Implementation
MapMeasureDependentRenderSize get lineWidth;