routeDrawOrderType property
- @Deprecated("Will be removed in v4.27.3. Use `addMapPolylineLayer(layerName, priority)` and `addMapPolyline(polyline, layerName)` instead.")
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;
- @Deprecated("Will be removed in v4.27.3. Use `addMapPolylineLayer(layerName, priority)` and `addMapPolyline(polyline, layerName)` instead.")
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);