ru.dgis.sdk.map.GradientPolylineOptions | Android SDK | Urbi Documentation

GradientPolylineOptions

Gradient polyline options.

GradientPolylineOptions(
	borderWidth: LogicalPixel = LogicalPixel(value = 0.0f),
	secondBorderWidth: LogicalPixel = LogicalPixel(value = 0.0f),
	gradientLength: LogicalPixel = LogicalPixel(value = 1.0f),
	borderColor: Color = Color(),
	secondBorderColor: Color = Color(),
	colors: List<Color>,
	colorIndices: ByteArray
)

Gradient polyline options.

Parameters
borderWidth
secondBorderWidth
gradientLength
borderColor
secondBorderColor
colors
colorIndices
Returns
Properties

Line border width

Width of the second line border

Gradient line length

Border color.

Second border color.

Gradient polyline color picker.

Color indices of the gradient polyline. The number of indices must be 1 less than the number of polyline points.