getGeoJsonClusterExpansionZoom abstract method

Future<FeatureExtensionValue> getGeoJsonClusterExpansionZoom(
  1. String sourceIdentifier,
  2. Map<String?, Object?> cluster
)

Returns the zoom at which a cluster expands into multiple children.

Implementation

Future<FeatureExtensionValue> getGeoJsonClusterExpansionZoom(
  String sourceIdentifier,
  Map<String?, Object?> cluster,
);