com.esri.android.map.event
Interface OnLongPressListener

All Superinterfaces:
Serializable

public interface OnLongPressListener
extends Serializable

Implement this listener to handle a Long Press event on a MapView.


Method Summary
 void onLongPress(float x, float y)
          Notified when a long press event occurs.
 

Method Detail

onLongPress

void onLongPress(float x,
                 float y)
Notified when a long press event occurs.

Parameters:
x - the x coordinate of the touch pointer in screen pixels.
y - the y coordinate of the touch pointer in screen pixels.


Copyright © 2012. All Rights Reserved.