Hello,

On my map I have 2 features, that use the onclick event.
 - I have implemented the clustering and if I click on a cluster, I
need to zoom in and see more markers
 - I have implemented a radius function, if I click the map, a circle
is drawn and only markers in this circle are shown.

Now there is a conflict between the 2 onclick actions (get radius or
get cluster).

Then I want to leave the click event for the cluster, and find another
solution to create a click event to get my radius circle/search. I
have think about a button 'pick a point' and after this button if user
click,the radius action is launched on the picked point or such.

Is there an existing solution, or a better idea ?

Thanks in advance. Cédric

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to