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

feat: implement max_dist_clustering #35

Closed Babwenbiber closed 2 years ago

Babwenbiber commented 2 years ago

I implemented a new clustering-approach besides the geohash. For that I implemented a customized clustering-technique, which is based on the maximum distance of the clusters. You can edit the number of pixels you want your cluster to be (~radius).

I tested that with more than 500 locations onscreen and the performance is still quite good.

Let me know what you think about this and what I have to adjust.

Closes #31

dayron9110 commented 2 years ago

News?

Babwenbiber commented 2 years ago

I think @bpillon and @buntagonalprism do not maintain this repo anymore?!

P.S. When dealing with a LOT of locations (multiple thousands ONSCREEN) I suggest switching to the old clustering-method. I implemented a threshold config for that in my repo and might update my pull-request once someone interacts here :D

fernando-diversius commented 2 years ago

Hopefully this feature gets merged soon.

Thanks for the neat job!

dayron9110 commented 2 years ago

Any update?

Spooky12 commented 2 years ago

When will this PR be available on pub.dev?

kamami commented 2 years ago

Is there any documentation how to use those new parameters? Any examples?

AristideVB commented 1 year ago

Is this PR available on pub.dev ? Any documentation we can help provide ? :)

justforworkandstuff commented 10 months ago

@bpillon seems that this PR has already been pushed into master branch. Thinking that you might missed out the pushing of these changes to be reflected onto the pub.dev. Was wondering if there anything you need to assistance with before publishing it to pub.dev? e.g. documentation?

Thanks and have a great day.