[6.7.0][地图sdk] 更改自车模型添加nt3d字节数组支持

This commit is contained in:
renwj
2024-10-25 17:29:45 +08:00
parent bf2659d6e2
commit 39088b7ed8
4 changed files with 114 additions and 1 deletions

View File

@@ -205,6 +205,17 @@ interface IMogoMapUIController {
*/
fun changeCurrentIcon(@RawRes iconId: Int)
/**
* 修改高精地图自车图标
* @param data: 对应的资源的字节数组
* @param is3D:
* 1. true
* 3d资源对应的格式为nt3d, 对应的data也需要为其二进制原始数组
* 2. false
* 对应的是一个图片原始数组
*/
fun changeCurrentIcon(data: ByteArray, is3D: Boolean)
/**
* 自研地图是否匹配道路
*