getShowIndoorMapPoi method
获取map的室内图标注是否显示
showIndoorMapPoi 室内图标注是否显示
ios 独有
Implementation
Future<bool> getShowIndoorMapPoi() async {
return await BMFMapDispatcherFactory.instance.mapGetStateDispatcher
.getShowIndoorMapPoi(_mapChannel);
}