online car smooth move

This commit is contained in:
ihoudf
2020-04-21 15:53:29 +08:00
parent f71ebc2327
commit 076e0abaf3
3 changed files with 37 additions and 73 deletions

View File

@@ -261,6 +261,4 @@ public interface IMogoMarker {
* @param duration 时长
*/
void startSmooth(List<MogoLatLng> points, int duration);
void stopSmooth();
}