I have application that displays thousands of markers on relatively small area (airport size). The performance is getting sluggish when I get over ~1000 markers.
Is there some sort of a clustering function? I will potentially have tens of thousands of points to display and I'd like to show more of them as users zoom in.
I am worried about performance. I understand that I could use the ZoomLevels to show the markers only at higher zooms, but I need to be able to convey the sense of sample density even at the overview level.
I was looking into clustering and K-means clustering techniques seem to be the way to go for this type of application.
A while ago Ben mentioned that you will consider adding clustering to your control, when I first brought it up. Is it on your future development schedule?
Thanks
Jakub