[6.5.0] has bug
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.mogo.map.identity
|
||||
|
||||
import com.mogo.map.MogoMap
|
||||
import mogo.telematics.pad.MessagePad.TrackedObject
|
||||
import mogo.yycp.api.proto.SocketDownData
|
||||
import java.util.HashMap
|
||||
@@ -13,19 +14,19 @@ interface IMogoIdentifyManager {
|
||||
*
|
||||
* @param uuidString
|
||||
*/
|
||||
fun removeMarker(uuidString: String?)
|
||||
fun removeMarker(uuidString: String?, mapInstance:String = MogoMap.DEFAULT)
|
||||
|
||||
/**
|
||||
* 批量更新锚点位置
|
||||
*
|
||||
* @param optionsArrayList 锚点集合
|
||||
*/
|
||||
fun updateBatchMarkerPosition(optionsArrayList: HashMap<String, TrackedObject>)
|
||||
fun updateBatchMarkerPosition(optionsArrayList: HashMap<String, TrackedObject>, mapInstance:String = MogoMap.DEFAULT)
|
||||
|
||||
/**
|
||||
* 批量更新锚点位置
|
||||
*
|
||||
* @param optionsArrayList 锚点集合
|
||||
*/
|
||||
fun updateBatchAiMarkerPosition(optionsArrayList: HashMap<String, SocketDownData.CloudRoadDataProto>)
|
||||
fun updateBatchAiMarkerPosition(optionsArrayList: HashMap<String, SocketDownData.CloudRoadDataProto>, mapInstance:String = MogoMap.DEFAULT)
|
||||
}
|
||||
Reference in New Issue
Block a user