Package org.oscim.layers.marker
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 TypeMethodDescriptionbooleanonItemLongPress(int index, T item) booleanonItemSingleTapUp(int index, T item)
-
Method Details
-
onItemSingleTapUp
-
onItemLongPress
-