getGeoJsonClusterExpansionZoom method
Returns the zoom at which a cluster expands into multiple children.
Implementation
Future<FeatureExtensionValue> getGeoJsonClusterExpansionZoom(
String sourceIdentifier,
Map<String?, Object?> cluster,
) => _impl.getGeoJsonClusterExpansionZoom(sourceIdentifier, cluster);