I am using AndroidSlidingPanel library implemented a sliding up panel feature similar as below:
The main content is a GoogleMap instance.
Currently, when sliding up the panel, the map is still interactive with finger gestures. I would like to disable map interaction when panel sliding up. How to achieve this?
I tried mySlidingPanel.setTouchEnable(false) but it doesn't fit my need. I can't find from the documentation how to do it either.
