From 9366db8cbb8d2ffdeb12dede301fe4baa2d54338 Mon Sep 17 00:00:00 2001 From: liujing Date: Wed, 29 Jun 2022 18:27:49 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E4=BD=BF=E7=94=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=AE=9E=E7=8E=B0=E8=B5=B7=E5=A7=8B=E7=82=B9?= =?UTF-8?q?=E5=8A=A0=E7=BA=B9=E7=90=86=E8=87=AA=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/eagle/core/function/smp/CarOverlay.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/CarOverlay.java b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/CarOverlay.java index 3f022fbf8b..abcfcad111 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/CarOverlay.java +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/CarOverlay.java @@ -50,7 +50,7 @@ public class CarOverlay { protected Marker carMarker; protected Marker directionMarker; protected AMap mAmap = null; - protected AMapNaviView mapView; + protected TextureMapView mapView; protected boolean isDirectionVisible = true; protected LatLng endLatLng = null; protected Polyline leaderLine = null; @@ -62,7 +62,7 @@ public class CarOverlay { private ScheduledExecutorService executorService; - public CarOverlay(Context context, AMapNaviView mapView) { + public CarOverlay(Context context, TextureMapView mapView) { this.mapView = mapView; fourCornersDescriptor = BitmapDescriptorFactory.fromBitmap(BitmapFactory