no message

This commit is contained in:
liujing
2021-03-31 22:13:43 +08:00
parent 9cbfe71644
commit 2b417499c5

View File

@@ -86,7 +86,9 @@ public class V2XWarningMarker implements IV2XMarker {
public void smooth(IMogoMarker marker) {
List<MogoLatLng> latLngs = new ArrayList<>();
marker.startSmoothInMs(15000);
MogoLatLng sLocation = new MogoLatLng(mMarkerEntity.getLat(), mMarkerEntity.getLon());
MogoLatLng endLocation = new MogoLatLng(mMarkerEntity.getCollisionLat(), mMarkerEntity.getCollisionLon());
marker.startSmoothInMs(latLngs, 15000);
}
@Override