onClusterTap method

Stream<ClusterTapEvent> onClusterTap({
  1. required int mapId,
})

A marker icon managed by ClusterManager has been tapped.

Implementation

Stream<ClusterTapEvent> onClusterTap({required int mapId}) {
  throw UnimplementedError('onClusterTap() has not been implemented.');
}