Reputation: 111
I am using Google maps plugin in my Flutter application & I need to group markers basically need to use marker clustering like shown in attached URLGoogle maps marker clusters. I didn't find any marker clustering library/plugin for Flutter Google maps.
Can you please suggest any plugin for this? Or suggest a way ro implement a custom plugin for this?
Upvotes: 9
Views: 7352
Reputation: 8546
Did you try this new package: https://pub.dartlang.org/packages/clustering_google_maps
You can perhaps try this package to do the clustering by yourself: https://pub.dartlang.org/packages/k_means_cluster
Upvotes: 2