调试窗

增加高精地图日志开关
This commit is contained in:
xuxinchao
2022-06-14 19:38:47 +08:00
committed by liujing
parent 07b1eaff22
commit cf1f6ba015
5 changed files with 40 additions and 0 deletions

View File

@@ -87,4 +87,12 @@ object CallerHDMapManager : CallerBase() {
fun setPointCloudColor(color: String) {
return mapProviderApi.setPointCloudColor(color)
}
/**
* 设置地图是否是Debug模式
* @param debugMode 是否开启Debug模式
*/
fun setDebugMode(debugMode: Boolean){
return mapProviderApi.setDebugMode(debugMode)
}
}