On Feb 8, 4:09 pm, "[email protected]" <[email protected]> wrote:
> I dont care right mow for IE, but i will have in mind. How to make only one , 
> to move that event listener outside of that function, or?

That is what I did.
        markerCluster = new MarkerClusterer(map,[],mcOptions);
        
google.maps.event.addListener(markerCluster,'clusterclick',function(mCluster)
{
                alert('aaa');
        });
Seems to fire only once (because only one gets created...)

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to