Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 308
Vaibhav Avatar asked Feb 06 '19 19:02

Vaibhav


Video Answer


1 Answers

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

like image 75
fvisticot Avatar answered Sep 19 '22 12:09

fvisticot