Skip to content

Conversation

@asterd
Copy link

@asterd asterd commented Oct 16, 2021

  • 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 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.

@bpillon bpillon force-pushed the master branch 2 times, most recently from 64cb1d1 to 25b33e4 Compare January 16, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants