Uses of Interface
com.esri.android.map.event.OnMapEventListener

Packages that use OnMapEventListener
com.esri.android.map Provides classes for all the different elements of a map. 
com.esri.android.map.event Provides interface classes used to handle events from maps and popups. 
 

Uses of OnMapEventListener in com.esri.android.map
 

Constructors in com.esri.android.map with parameters of type OnMapEventListener
MapView(android.content.Context context, String url, String user, String passwd, String bingMapsAppId, OnMapEventListener listener)
          The constructor is used if you are instantiating the MapView using the URL of a WebMap.
MapView(android.content.Context context, WebMap webmap, String bingMapsAppId, OnMapEventListener listener)
          The constructor is used if you are instantiating the MapView using a WebMap.
 

Uses of OnMapEventListener in com.esri.android.map.event
 

Subinterfaces of OnMapEventListener in com.esri.android.map.event
 interface OnWebMapLoadListener
          Implements this listener to handle WebMap loading on a MapView.
 



Copyright © 2012. All Rights Reserved.