[2.13.2]V2X新增事件代码提交

This commit is contained in:
renwj
2023-01-12 13:46:54 +08:00
parent 7c8bcd1e09
commit 026cd5e62e
22 changed files with 383 additions and 350 deletions

View File

@@ -477,7 +477,7 @@ enum class EventTypeEnumNew(
),
TYPE_SOCKET_ROAD_SHIGU(
"10013",
"100321",
"前方%s米道路事故",
poiTypeSrcVr = R.drawable.v2x_icon_shigu_sanjiaopai,
content = "前方%s米道路事故",

View File

@@ -35,6 +35,7 @@ public class V2XRoadEventEntity implements Serializable {
// 绑定 MarkerView 的数据, 业务需要啥数据就传入啥数据
private Object bindObj;
public MarkerLocation getLocation() {
return location;
}