getMapScaleBarPosition method

Future<BMFPoint> getMapScaleBarPosition ()

获取map的比例尺的位置

mapScaleBarPosition 比例尺的位置

Implementation

Future<BMFPoint> getMapScaleBarPosition() async {
  return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
      .getMapScaleBarPosition(_mapChannel);
}