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