Google-Maps-Clustering-CSharp icon indicating copy to clipboard operation
Google-Maps-Clustering-CSharp copied to clipboard

Google Maps Server-side Clustering with C#

Results 7 Google-Maps-Clustering-CSharp issues
Sort by recently updated
recently updated
newest added

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....

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....