Hello, thanks for read me. In some place in my application I change the setOnTouchListener method in my map to make a query, but then I want to turn back to Panning but I can´t make this. Can you help me please? How can I make a pan again?This is how I change the setOnTouchListener method:
MyTouchListener touchListener = new MyTouchListener(getApplicationContext(), map);
map.setOnTouchListener(touchListener);
Thank you very much for your help.