You can disable the OnPanListener event by implementing:MapView.setOnPanListener(null);
mapView.getOnPanListener() == null
mMapView.setOnTouchListener(new OnTouchListener(){ @Override public boolean onTouch(View v, MotionEvent event) { // TODO Auto-generated method stub mMapView.setOnPanListener(null); return false; } });
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.