sharenowTech/AnyMaps

disabling zoom gestures on AnyMap

Opened this issue · 1 comments

I noticed that AnyMap's UiSettings only has 3 settings methods. Google's UiSettings has 10 settings, while Baidu's has 5. I need to disable zoom gestures on maps using setZoomGesturesEnabled(boolean), which is provided by both Baidu and Google. The AnyMaps interface does not have this method. How do I accomplish this?

You may add the method in the UiSettings interface. Then implement it for Baidu + Google but throw an UnsupportedOperationException for Open street. We would be happy to merge your PR!