调试窗

增加高精地图日志开关
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

@@ -65,5 +65,10 @@ interface IMoGoMapFragmentProvider : IMoGoFunctionServerProvider {
*/
fun setPointCloudColor(color: String)
/**
* 设置地图是否是Debug模式
* @param debugMode 是否开启Debug模式
*/
fun setDebugMode(debugMode: Boolean)
}