From a9573f21a3bfa3217929ee73437ebce1d451acfc Mon Sep 17 00:00:00 2001 From: renwj Date: Thu, 20 Oct 2022 10:40:08 +0800 Subject: [PATCH] =?UTF-8?q?[V2X][Road]=E9=9D=9E=E5=9F=8E=E5=B8=82=E5=8D=A0?= =?UTF-8?q?=E9=81=93=E4=BA=8B=E4=BB=B6=E5=88=B0=E6=9D=A5=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B9=8B=E5=89=8D=E5=9F=8E=E5=B8=82=E5=8D=A0?= =?UTF-8?q?=E9=81=93=E7=BB=98=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt | 4 ++-- .../v2x/events/scenario/scene/road/V2XRoadEventMarker.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt index 1528e0860f..5e23c6f763 100644 --- a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt +++ b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/airoad/AiRoadMarker.kt @@ -323,8 +323,8 @@ object AiRoadMarker { val poi_lat: Double, val poi_lon: Double, val poi_angle: Double, - val polygon: List>?, - var farthestPoint: androidx.core.util.Pair? = null, + val polygon: List>?, + var farthestPoint: Pair? = null, var entity: V2XRoadEventEntity? = null ) { diff --git a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XRoadEventMarker.java b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XRoadEventMarker.java index 13f257eea0..f992e577d8 100644 --- a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XRoadEventMarker.java +++ b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XRoadEventMarker.java @@ -23,7 +23,7 @@ import java.util.Objects; public class V2XRoadEventMarker implements IV2XMarker { - private AiRoadMarker.Marker mMarker; + private static AiRoadMarker.Marker mMarker; @Override public void drawPOI(V2XRoadEventEntity entity) {