drawOrder property

int drawOrder

The draw order of the polyline. Gets the draw order of the polyline.

The default draw order is 0.

Implementation

int get drawOrder;
void drawOrder=(int value)

The draw order of the polyline. Sets the draw order of the polyline.

Polylines with a higher draw order are drawn on top of polylines with a lower draw order.

In case multiple polylines have the same draw order, they can be rendered in different ways depending on the MapPolyline.drawOrderType set.

Supplied value is clamped to the range [0; 1023].

Implementation

set drawOrder(int value);