Changing the clusterer's icon

You can change the clusterer's icon to a custom one. Please make sure you have put the custom image on your classpath.
API

Screenshot

Code

Due to the specifications in the Google Maps Api, using a custom icon is quite complex.

<rd:map mapId="map_canvas" width="700px" height="500px" key="abcdefg" autoCenter="true">
	<rd:clusterer maxVisibleMarkers="7" gridSize="16" minMarkersPerCluster="2">
		<rd:clusterIcon iconLink="img/cluster.png" shadowLink="img/shadow_cluster.png" 
			iconWidth="28" iconHeight="46" shadowWidth="51" shadowHeight="46" 
			iconAnchorX="12" iconAnchorY="30" infoWindowAnchorX="12" 
			infoWindowAnchorY="3" infoShadowAnchorX="24" infoShadowAnchorY="34" />	
	</rd:clusterer>
	<rd:marker id="M1" address="A. Vaucampslaan 42"	city="1654 Huizingen" country="Belgium" name="Huizingen">
		<rd:infoWindow text="RealDolmen HQ" for="M1"/>
	</rd:marker>
	<rd:marker id="M2" address="Prins Boudewijnlaan 26" city="2550 Kontich" country="Belgium" name="Boudewijnlaan">
		<rd:infoWindow text="Office Kontich Boudewijnlaan" for="M2"/>
	</rd:marker>				
	<rd:marker id="M3" address="Veldkant 33B" city="2550 Kontich" country="Belgium" name="Veldkant">
		<rd:infoWindow text="Office Kontich Veldkant" for="M3"/>
	</rd:marker>
	<rd:marker id="M4" address="Bruidstraat 11" city="1000 Brussel" country="Belgium" name="Brussel">
		<rd:infoWindow text="Office Brussel" for="M4"/>
	</rd:marker>
	<rd:marker id="M5" address="Grote Steenweg 15" city="9840 De Pinte" country="Belgium" name="De Pinte">
		<rd:infoWindow text="Office De Pinte" for="M5"/>
	</rd:marker>				
	<rd:marker id="M6" address="Centrum-Zuid 1527" city="3530 Houthalen" country="Belgium" name="Houthalen">
		<rd:infoWindow text="Office Houthalen" for="M6"/>
	</rd:marker>				
	<rd:marker id="M7" address="Kortrijksesteenweg 307" city="8530 Harelbeke" country="Belgium" name="Harelbeke">
		<rd:infoWindow text="Office Harelbeke" for="M7"/>
	</rd:marker>				
	<rd:marker id="M8" address="Prins Boudewijnlaan 26" city="2550 Kontich" country="Belgium" name="Axias">
		<rd:infoWindow text="Office Axias" for="M8"/>
	</rd:marker>							
	<rd:marker id="M10" address="Rue de Gembloux 9" city="5080 Rhisnes" country="Belgium" name="Namen">
		<rd:infoWindow text="Office Namen" for="M10"/>
	</rd:marker>				
</rd:map>