You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?The text was updated successfully, but these errors were encountered: