-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Clustering? #12
Comments
Hi, there is no direct support for clustering, although this is something you could achieve by manipulating your data. Since MapMe adapters support multiple annotation types, you could define a type for a cluster, and organise your data into clusters. I'd be interested to hear what features you would like to see for clustering? |
This may go beyond the scope of this library, but adding a set of classes to automatically create some kind of ClusterAnnotation would be useful. You could run your data points through some sort of function (kind of like running a DiffUtil) which would generate clusters of points which could then be sent to the adapter. This would probably be best to do on a per-project basis but, the way I see it since clustering markers is such a common need for apps, including it in the library would be quite beneficial. |
as a base level setup for the clustering you can use the |
So, is clustering supported out-of-the-box?
Looking forward to it :)
The text was updated successfully, but these errors were encountered: