getShowMapScaleBar method

Future<bool> getShowMapScaleBar ()

获取map是否显式比例尺

showMapScaleBar 是否显式比例尺

ios 独有

Implementation

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