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