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

Minor changes #33

Open asterd opened 2 years ago

asterd commented 2 years ago

The first edit, is to provide the flexibility to (for example) add markers to cluster calculation and then, do some work for items non grouped in cluster or yes. For example: I have an app that, before adding the marker to the map, calculate a value server side and put this value in a custom marker. Obviously, this value is useless to be calculated if the marker is inside a cluster. With this change, I can pass the items to the lib, calculate the clusters and single items, and then call the server side only for single markers. Is an improvement retro-compatible.