ClusterManager constructor
const
ClusterManager({
- required ClusterManagerId clusterManagerId,
- ArgumentCallback<
Cluster> ? onClusterTap,
Creates an immutable object for managing clustering for set of markers.
Implementation
const ClusterManager({required this.clusterManagerId, this.onClusterTap});