getShowIndoorMapPoi method

Future<bool> getShowIndoorMapPoi ()

获取map的室内图标注是否显示

showIndoorMapPoi 室内图标注是否显示

ios 独有

Implementation

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