bpillon / google_maps_cluster_manager

Simple Flutter clustering library for Google Maps
https://pub.dev/packages/google_maps_cluster_manager
MIT License
121 stars 94 forks source link

Is it available to create multiple cluster managers! #30

Closed MahmoudAbunaji closed 2 years ago

MahmoudAbunaji commented 2 years ago

Thank you for useful library,

Is it available to create multiple cluster managers and set different markers to each manager? If available what about handling the (onCameraMove & onCameraIdle) ?

bpillon commented 2 years ago

I haven't tried this yet. For the onCameraMove and onCameraIdle, I guess you just have to declare an intermediate method which calls each manager needed method.

bpillon commented 2 years ago

Hello. There is now an example for using multiple managers on the same map. See multiple.dart