getGeoJsonClusterLeaves method

Future<FeatureExtensionValue> getGeoJsonClusterLeaves(
  1. String sourceIdentifier,
  2. Map<String?, Object?> cluster,
  3. int? limit,
  4. int? offset,
)

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,
) => _impl.getGeoJsonClusterLeaves(sourceIdentifier, cluster, limit, offset);