google_maps_cluster_manager icon indicating copy to clipboard operation
google_maps_cluster_manager copied to clipboard

Simple Flutter clustering library for Google Maps

Results 31 google_maps_cluster_manager issues
Sort by recently updated
recently updated
newest added

On the vanilla google cluster API when you click on a cluster the map will zoom in until some of the points are markers (stand by themselves). https://developers.google.com/maps/documentation/javascript/marker-clustering It has...

For example if I have user avatar on map, I don't need it to cluster, how do I do that?

When I use this plugin it unexpectedly close the app from iphone 13 simulator.

I think this error shows up when the page with the map is disposed but the manager is still in function. It will be awesome if fixed, thank you.

Is it possible to set a minimum cluster size? so if the zoom level dictated 10 markers needed to be clustered together, but i had set a minimum cluster size...

setMapId should check if mounted. The below code from the lib can create error in some edge scenarios. ```dart void setMapId(int mapId, {bool withUpdate = true}) async { _mapId =...

My location on the map is considered as a marker which makes it seems like there are `n`+1 markers in a cluster with `n` actual markers if I'm nearby that...

- add a parameter to block update on set/add items to enable the possibility to make some calculations on clustered markers - expose inflateBounds The first edit, is to provide...

Hi @bpillon I have a question about using the MAX_DIST algorithm for clustering the markers. I know it isn't in master yet, but trying tu using it I've figured out...

Hi @bpillon, In the current implementation, is it possible to cluster only nearby markers? E.g. Markers having a distance difference only of 50m and on ultra-zoom, we can split them....