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