Package 

Interface ItemizedIconOverlay.OnItemGestureListener


  • 
    public interface ItemizedIconOverlay.OnItemGestureListener<T>
    
                        

    When the item is touched one of these methods may be invoked depending on the type of touch.

    Each of them returns true if the event was completely handled.

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onItemSingleTapUp(int index, T item)
      abstract boolean onItemLongPress(int index, T item)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait