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

Moving clusters at lower zoom levels #24

Closed aminethitah closed 2 years ago

aminethitah commented 3 years ago

By zooming to a lower level, the clusters move from their exact positions. 2 3

bpillon commented 3 years ago

Hello. You should be able to correct this by adjusting the levels values.

aminethitah commented 3 years ago

I want the clusters to stay on the exact location whene zooming down

bpillon commented 3 years ago

Due to the operation of geohash, it seems to be non-trivial. I may be able to find a solution in the future.