score:-1

i think you can check the current zoom level, and preform your normal onmarkerclick items only if the current zoom level is less than a number, or you make some kind of flag that remember if the current item is clustered.

score:2

i found the answer of this issue. actually you can use the following two listeners on clustermanager object say mclustermanager according to your requirement :

1- setonclusterclicklistener

2- setonclusteritemclicklistener

but before that you have to set this:

map.setonmarkerclicklistener(mclustermanager);

Related Query

More Query from same tag