Is there any code for Point Clustering in android? How can i load thousand pinpoint without having performance issues?
There also this answer which only requires you override the draw method of your Overlay. It divides your mapView into sections, so it's a bit less sophisticated. But at least it worked.