Interface ItemizedLayer.OnItemGestureListener<T>

Enclosing class:
ItemizedLayer

public static interface ItemizedLayer.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
    boolean
    onItemLongPress(int index, T item)
     
    boolean
    onItemSingleTapUp(int index, T item)
     
  • Method Details

    • onItemSingleTapUp

      boolean onItemSingleTapUp(int index, T item)
    • onItemLongPress

      boolean onItemLongPress(int index, T item)