This commit is contained in:
wangcongtao
2020-01-10 10:49:19 +08:00
parent 316070cc45
commit d1dd1bf2d4
9 changed files with 86 additions and 6 deletions

View File

@@ -89,4 +89,9 @@ public interface IMogoNavi {
* 设置线条点击回调
*/
void setLineClickInteraction( OnCalculatePathItemClickInteraction itemClickInteraction );
/**
* 清除规划的路线
*/
void clearCalculatePaths();
}