taxi 自动驾驶画线

This commit is contained in:
lianglihui
2021-06-24 12:18:57 +08:00
parent 848e9667b6
commit e3532f4573
9 changed files with 335 additions and 15 deletions

View File

@@ -5,6 +5,6 @@ import com.mogo.map.MogoLatLng;
import java.util.List;
public interface IMogoAdasRouteCallBack {
// TODO: 2021/6/23 工控机经纬度 绘制时转成高德经纬度
void routeResult(List<MogoLatLng> routeList);
}