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