addLineLayer abstract method
Implementation
Future<void> addLineLayer(
String sourceId, String layerId, LineLayerProperties properties,
{String? belowLayerId,
String? sourceLayer,
double? minzoom,
double? maxzoom,
dynamic filter,
bool enableInteraction = true});