getMapType method

Future<BMFMapType> getMapType ()

获取map的展示类型

BMFMapType mapType 地图的展示类型

Implementation

Future<BMFMapType> getMapType() async {
  return await BMFMapDispatcherFactory.instance
      .getMapGetStateDispatcher()
      .getMapTypeDispatch(_mapChannel);
}