Is there a way to set an OnClientClick function, without it firing when the user Double Clicks the map (to zoom in)?
Double Clicking is firing OnClientClick
Rob,
We cannot do it for now. You can accomplish it yourself for example by setting a timer in OnClientClick and if there is another click in 200ms, you don’t raise the OnClick event. Thanks for reminding and we will see if we can figure this out in the future version.
Thanks,
Ben