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