[6.2.6][Feat]新增Taxi所需模型
This commit is contained in:
@@ -172,7 +172,7 @@ object TrafficMarkerDrawer {
|
||||
TAG,
|
||||
"drawObuRecognizedDataMarker trafficData.type = " + trafficData.type + "---trafficData.threatLevel = " + trafficData.threatLevel
|
||||
)
|
||||
val resId: Int = trafficData.type.traffic3DIconId
|
||||
val resId: Int = TrafficTypeEnum.getMarker3DRes(trafficData.type.type)
|
||||
val resIdVal = resId.toString() + ""
|
||||
val builder = Point.Options.Builder(DataTypes.TYPE_MARKER_ADAS, MAP_MARKER)
|
||||
.anchor(0.5f, 0.5f)
|
||||
|
||||
Reference in New Issue
Block a user