获取map是否支持所有手势操作
gesturesEnabled 是否支持所有手势操作
Future<bool?> getGesturesEnabled() async { return await BMFMapDispatcherFactory.instance.mapGetPropertyDispatcher .getGesturesEnabled(_mapChannel); }