package

com.esri.android.map.event

Provides interface classes used to handle events from maps and popups.

Interfaces

OnLongPressListener Implement this listener to handle a Long Press event on a MapView. 
OnMapEventListener Implements this listener to handle events on a MapView. 
OnPanListener Implement this listener to extend the default pan handling of a map view. 
OnPinchListener Implements this listener to extend the default pinch handling of a MapView. 
OnSingleTapListener Implements this listener to handle a single tap event on a MapView. 
OnStatusChangedListener Implements this listener to handle a status changed event on a MapView or a Layer. 
OnWebMapLoadListener Implements this listener to handle WebMap loading on a MapView. 
OnZoomListener Implement this listener to extend the default zoom handling of a MapView. 
PopupEditingListener Implement this listener to handle events on editing buttons of a PopupContainer. 

Classes

MapLoadAction<V> MapLoadAction. 

Enums

MapLoadAction.Action The Enum Action. 
OnStatusChangedListener.STATUS The MapView or Layer status. 

Exceptions

OnStatusChangedListener.EsriStatusException Defines the detailed information about the STATUS.INITIALIZATION_FAILED or STATUS.LAYER_LOADING_FAILED.