Hello
I'm creating polylines on my layer via the sketch editor or via PolylineBuilder class
each line contains many points (and of course a line between them).
My question is, if i can color each segment, i.e, each line between 2 points in different color?
my current workaround is to create, instead of 1 "big" polyline, X "small" polyline, as much as my "big" polyline line amount, and color each small polyline in different color.
My main issues its very instance of the system performance vise, because i don't only have 1 "big" but a lot of them