Vaibhav
Vaibhav

Reputation: 111

Google maps marker clustering for Flutter?

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?

enter image description here

Upvotes: 9

Views: 7352

Answers (1)

fvisticot
fvisticot

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

Related Questions