map.setOnTouchListener(new MapOnTouchListener(getApplicationContext(), map){ @Override public boolean onDoubleTap(MotionEvent point) { Log.d("Test","onDoubleTap do nothing"); return false; } });
map.centerAt(map.toMapPoint(new Point(point.getX(), point.getY())), true); double i = map.getRotationAngle(); map.setRotationAngle(0); map.zoomin(); map.setRotationAngle(i); return true;
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.