com.esri.android.map.event
Interface OnSingleTapListener

All Superinterfaces:
Serializable

public interface OnSingleTapListener
extends Serializable

Implements this listener to handle a single tap event on a MapView.


Method Summary
 void onSingleTap(float x, float y)
          Defines the action when a single tap event occurs.
 

Method Detail

onSingleTap

void onSingleTap(float x,
                 float y)
Defines the action when a single tap event occurs.

Parameters:
x - the x coordinate of the single tap location in screen pixels.
y - the y coordinate of the single tap location in screen pixels.


Copyright © 2012. All Rights Reserved.