I am using google map in my application. I have thousands of markers on my map.
I can display them well on map. I am using MySQL as my database in php.
But I have a problem when there are more than one location on the same position. It displays only one marker for all the locations(for same position).
In API, there is no solution for this. Can anyone help me for that ?
Thanks in advance...