Creating a marker cluster in GMap control on a CAF page

Hello everyone, I need some help.

I’m trying to create a marker cluster in google maps using the gmap control. I have a set of markers which with a greater zoom I want to show the detailed information and with minor zoom I want to show an aggregation of the information represented by one icon.

Is there any way to do this using the gmap control or integrating Google API in a CAF page?

Best regards,

Probably the only way to do this is to write some javascript to listen the onZoom events (i’m assuming that google maps fires these) and then see about ‘collapsing’ or redrawing the markers accordingly.