getGeoJsonClusterLeaves abstract method
Returns the leaves (original points) of a cluster from a GeoJSON source.
Implementation
Future<FeatureExtensionValue> getGeoJsonClusterLeaves(
String sourceIdentifier,
Map<String?, Object?> cluster,
int? limit,
int? offset,
);