can we catch the 'double right click' event on google-maps-v3 ??
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-04-02T04:01:32Z
Indexed on
2010/04/02
4:03 UTC
Read the original article
Hit count: 322
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 ??
© Stack Overflow or respective owner