com.ls.widgets.map.interfaces
Interface OnMapDoubleTapListener


public interface OnMapDoubleTapListener

Interface overview

Used for receiving notifications when MapWidget view is double tapped.


Method Summary
 boolean onDoubleTap(MapWidget v, MapTouchedEvent event)
          Will be called if user double taps the map widget.
 

Method Detail

onDoubleTap

boolean onDoubleTap(MapWidget v,
                    MapTouchedEvent event)
Will be called if user double taps the map widget.

Parameters:
v - - map widget that was double tapped.
event - - instance of MapTouchedEvent.
Returns:
true - if you want to intercept this event and provide your own implementation.
false - if you want to leave the default map widget behavior.