Select to view content in your preferred language

Turn back to Panning

714
0
02-18-2013 06:56 AM
ViridianaGO
Occasional Contributor
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.
0 Kudos
0 Replies