[6.7.0][v2n][passenger] 他车逆行与行人横穿色值及模型替换

This commit is contained in:
renwj
2024-10-16 19:43:11 +08:00
parent c294d3736a
commit 8240937497
4 changed files with 13 additions and 3 deletions

View File

@@ -113,8 +113,8 @@ class AiRoadMarker {
.rotate(marker.poi_angle.toFloat())
.longitude(marker.poi_lon)
.latitude(marker.poi_lat)
if (marker.poiType == EventTypeEnumNew.TYPE_SOCKET_ROAD_PEOPLE_CROSS.poiType || marker.poiType == EventTypeEnumNew.TYPE_SOCKET_ROAD_OTHER_RETROGRADE_VEHICLE.poiType) {
builder.anchorColor("#D65D5AFF")
if (marker.poiType == EventTypeEnumNew.TYPE_SOCKET_ROAD_PEOPLE_CROSS.poiType) {
builder.anchorColor("#FFBF10")
}
CallerMapUIServiceManager.getOverlayManager()?.showOrUpdatePoint(builder.build())?.let { p ->
if (!markerIds.contains(markerId)) {