getGesturesEnabled method

Future<bool> getGesturesEnabled ()

获取map是否支持所有手势操作

gesturesEnabled 是否支持所有手势操作

Implementation

Future<bool> getGesturesEnabled() async {
  return await BMFMapDispatcherFactory.instance
      .getMapGetStateDispatcher()
      .getGesturesEnabledDispatch(_mapChannel);
}