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

How to customize the calculation of clusters? #31

Closed bietkul closed 2 years ago

bietkul commented 2 years ago

Google Map cluster API supports custom calculate function to group markers. How can it be possible in this lib?

bpillon commented 2 years ago

Currently there is only algorithm (based on geohash) on this lib but feel free to implements others and make a PR.

dayron9110 commented 2 years ago

Any update?

AristideVB commented 1 year ago

Is this released how do you use it with the current version from pub.dev ?