twotoasters / clusterkraf

A clustering library for the Google Maps Android API v2
Apache License 2.0
255 stars 57 forks source link

Clustering on max zoom #17

Open MattSkala opened 11 years ago

MattSkala commented 11 years ago

I have two pins really near to each other and I set a bit larger "distance to join cluster". Than I tap on a cluster consisting of these two pins. It zooms, but pins stay clustered. It would be great that when zoom reaches max level, all clusters would be expanded.

carltonwhitehead commented 11 years ago

@MattSkala I like this idea. It would be nice to add a setting to the Options object to control this behavior. Feel free to code and submit a pull request if you like. Otherwise, I might implement this when I have time (I will be working on a different project for a while)

Jur4s commented 10 years ago

Did you add this feature ? I'm interested to use it, but don't know how to know if zoom reaches max levels in my OnMarkerClickDownstreamListener. If you have a solution, I will be glade to have it. Thanks you !

ZencoreCZ commented 10 years ago

Please. Did you add this feature ? I have five pins really near.

MattSkala commented 10 years ago

I think we all can now use the new official Google Maps Android Marker Clustering Utility: https://developers.google.com/maps/documentation/android/utility/marker-clustering

ZencoreCZ commented 10 years ago

Díky Matouši, mrknu na to.