I struggling to make my mapView rotate clockwise or counter-clockwise with using 2 finger touch and rotate. But I'm unable to achieve this. I'm using a navigational drawer, and my mapview is a fragment class. I'm not fully sure if I can insert touch event? I tried onTouchListener, but nothing basically happened. I even followed this: Android Two finger rotation But nothing. Can anyone suggest me how to manually rotate mapview?
My mapview is using osmdroid for android. And when I tried the above link, it was zooming rather rotating, not sure whether my listener was listening or not. Any other better methods where I can enable 2 finger gesture rotation of mapview on android?