|
From: Andrew H. <ahh...@gm...> - 2010-07-26 04:24:49
|
Hi Guys,
At the moment, a MapClickListener looks like...
MapClickListener() {
@Override
public void onClick(MapClickEvent mapClickEvent) {
}
}
But there appears to be nothing to distinguish single, double clicks in
gwt-openlayers... it does appear that openlayers supports this:
http://dev.openlayers.org/releases/OpenLayers-2.9.1/doc/apidocs/files/OpenLayers/Handler/Click-js.html#OpenLayers.Handler.Click.single
Any idea's how this would be best added to gwt-openlayers?
|