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