修改车辆移动时间问题
This commit is contained in:
@@ -464,14 +464,7 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// mMarker.startSmooth(newPoints,duration);
|
mMarker.startSmooth(newPoints,duration*1000);
|
||||||
// if (mMovingPointOverlay == null) {
|
|
||||||
// mMovingPointOverlay = new MovingPointOverlay(AMapWrapper.getAMap(), mMarker);
|
|
||||||
// }
|
|
||||||
mMarker.startSmooth(newPoints,duration);
|
|
||||||
// mMovingPointOverlay.setPoints(newPoints);
|
|
||||||
// mMovingPointOverlay.setTotalDuration(duration);
|
|
||||||
// mMovingPointOverlay.startSmoothMove();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user