[3.4.0-map-sdk] update ,wait to test

This commit is contained in:
zhongchao
2023-08-29 17:06:14 +08:00
parent b421d2dc3f
commit 6bef1de3fc
90 changed files with 1272 additions and 3766 deletions

View File

@@ -16,7 +16,6 @@ object CallerAutopilotPointCloudListenerManager : CallerBase<IMoGoAutopilotPoint
@Synchronized
fun invokeAutopilotPointCloudDataUpdate(pointCloud: ByteArray?) {
M_LISTENERS.forEach {
val tag = it.key
val listener = it.value
listener.onAutopilotPointCloudDataUpdate(pointCloud)
}

View File

@@ -16,7 +16,7 @@ object CallerMapUIServiceManager {
)
}
//todo 多实例
//根据需要,以业务回调的方式对地图进行修改,或直接调用 DEFAULT 地图。
fun getMapUIController(mapTag:String = DEFAULT): IMogoMapUIController? {
return serviceProvider?.getMapUIController(mapTag)
}

View File

@@ -7,7 +7,7 @@ import com.mogo.eagle.core.function.api.map.angle.*
/**
* 高精地图视角管理类
* 高精地图视角管理类,根据业务需要,以业务回调/直接调用地图 ,对地图进行改变
*/
object CallerVisualAngleManager {
@@ -21,8 +21,6 @@ object CallerVisualAngleManager {
}
}
//todo 多实例
fun changeAngle(scene: Scene) {
provider?.changeAngle(scene)
}