获取导航路径的点

This commit is contained in:
zhangyuanzhen
2020-02-07 20:05:35 +08:00
parent 05bfb55778
commit e16c82f666
8 changed files with 185 additions and 110 deletions

View File

@@ -107,6 +107,13 @@ public class MogoNavi implements IMogoNavi {
return null;
}
@Override public List<MogoLatLng> getCalculatedPathPos() {
if (mDelegate != null) {
return mDelegate.getCalculatedPathPos();
}
return null;
}
@Override
public OnCalculatePathItemClickInteraction getItemClickInteraction() {
if (mDelegate != null) {