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