getZoomEnabledWithTap method

Future<bool> getZoomEnabledWithTap ()

获取map是否支持用户缩放(双击或双指单击)

zoomEnabledWithTap 是否支持用户缩放(双击或双指单击)

ios 独有

Implementation

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