yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

MarkerClusterer: Add Icon Shadows for Custer-Icons #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have many clusters close to each other on my map and the panning-usability is 
pretty bad since I 
always click on a cluster instead of panning the map.

It would be great to be able to add a shadow-image to the styles-property. Like 
one can for 
google-maps-icons with
    icon.shadow = "/images/markers/pin_shadow.png";
    icon.shadowSize = new GSize(50, 27);

Unfortunately I dont understand the clustering-JS so I cannot add it myself.

Thanks and regards

Original issue reported on code.google.com by staysc...@googlemail.com on 29 Dec 2009 at 7:50