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

Zoom levels #29

Closed othenos closed 2 years ago

othenos commented 2 years ago

I am trying to cluster such that when zoomed out all the way, I can get totals by country. However, what I find it when zoomed out completely the zoom level is only 2.069159507751465. So clusters from the eastern USA are still separate from the western USA.

I get the current zoom level by listening to onCameraMove and getting the zoom level from the camera position. I can verify that the zoom range is between 2.069159507751465 and 21.0.

Any ideas of why the zoom won't go to 1.0 when fully zoomed out?

Simulator Screen Shot - iPhone 12 Pro Max - 2021-07-22 at 13 59 03

bpillon commented 2 years ago

Hello. This issue is related to Google maps, not this library. Sorry I can't help you more.