can we catch the 'double right click' event on google-maps-v3 ??
- by zjm1126
can we ?
i want to do something like this:
google.maps.event.addListener(map, 'db_right_click', function(event) {
alert('ssss')
}
how to catche the 'db_right_click' event ??
is there any way ??