outlineWidths

The outline widths (width per zoom level) of the Polyline.

The outline widths (in dp units) of the polyline for different zoom levels. Values between specified zoom levels are produced by linear interpolation between the provided values for the lower and higher zoom levels. Values for zoom levels outside the provided range are taken from the respective range end (i.e. values are clamped).

The outline is drawn with the outlineWidths provided by this parameter around the base line (controlled by the lineWidths and the lineColor). The effective width of the overall line is therefore: width + 2 * outline-width.