routeDrawOrder property

  1. @Deprecated("Will be removed in v4.27.3. Use `addMapPolylineLayer(layerName, priority)` and `addMapPolyline(polyline, layerName)` instead.")
int routeDrawOrder

The draw order of the polylines representing the route. The draw order of the polylines representing the route. The default is 0.

Implementation

@Deprecated("Will be removed in v4.27.3. Use `addMapPolylineLayer(layerName, priority)` and `addMapPolyline(polyline, layerName)` instead.")
int get routeDrawOrder;
  1. @Deprecated("Will be removed in v4.27.3. Use `addMapPolylineLayer(layerName, priority)` and `addMapPolyline(polyline, layerName)` instead.")
void routeDrawOrder=(int value)

The draw order of the polylines representing the route. The draw order of the polylines representing the route. The default is 0.

Implementation

@Deprecated("Will be removed in v4.27.3. Use `addMapPolylineLayer(layerName, priority)` and `addMapPolyline(polyline, layerName)` instead.")
set routeDrawOrder(int value);