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

UnCluster markers when zoomed #49

Closed theshivamlko closed 11 months ago

theshivamlko commented 1 year ago
abhlabs commented 1 year ago

Disclaimer: I only started looking at this package an hour or two ago, but here's what I think would work: write an onTap handler for the markers, then zoom the google map to a zoom level of your choice, but make sure the zoom level is at least as high as the stopClusteringZoom.

hansvn commented 1 year ago

@theshivamlko Check this comment: #52 (comment)