Open GoogleCodeExporter opened 9 years ago
So that we can use the event to define wich type is :
marker.addClickListener(new ClickListener() {
public void click(ClickEvent event) {
if(event.isDoubleClick()){
//do action
}else if (event.getButton() == ClickEvent.BUTTON_RIGHT){
//do action
}else {
//do action
}
}
}
Original comment by tifak.am...@gmail.com
on 10 Jul 2012 at 3:30
Original issue reported on code.google.com by
tifak.am...@gmail.com
on 10 Jul 2012 at 2:44