I am making a mashup where thumbnails will be shown over a google map.
The problem is that many thumbnails will share the same coordinate. So if I plot them like markers, they will be one on top of the other.
Have you seen any creative solution for this problem? Thanks
There are a few Javascript libraries that implement Clustering and are very easy to integrate into an existing mashup:
You can also read this blog post which goes over the various alternatives.