TileView
TileView copied to clipboard
Feature request: Clustering
Hi!
I wonder if it could be possible to cluster markers like Google Maps Android Marker Clustering Utility does.
Thanks!
I've done something similar in the past with arbitrary logic (zoom smaller than X, use clusters), but there's nothing formal on the horizon. The next major version (3) is a long way out, but will use a plugin style architecture, and this feature might fit in nicely there. I'm going to leave this issue open as a feature request until then. FWIW, v3 is probably a good ways out.
Thanks for your feedback.
This library could be helpful in figuring this issue out.
P.S. I, too, have done something related to clustering in the past. Feel free to check it out here, maybe you could get some more ideas...