routeDrawOrderType property

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

The draw order type of the polylines representing the route. The draw order type of the polylines representing the route. The default is DrawOrderType.mapSceneAdditionOrderDependent.

Implementation

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

The draw order type of the polylines representing the route. The draw order type of the polylines representing the route. The default is DrawOrderType.mapSceneAdditionOrderDependent.

Implementation

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