Google-Maps-Clustering-CSharp
Google-Maps-Clustering-CSharp copied to clipboard
Google Maps Server-side Clustering with C#
Noth West neighbour position is incorrect, this should be x -1, y + 1 var N = GetId(x, y + 1); var NE = GetId(x + 1, y + 1);...
Hello, I have 6000 markers that I would like to cluster. By using the grid algorithm of your service and without changing the defaults I only get 1 clustered point....
Refactor the code
Great job on this. I need to support bing overlays and am looking to see if I can port this to openlayers. Has this been done/tried before to your knowledge....