机器视觉地图绘制点

This commit is contained in:
wangcongtao
2020-10-28 15:51:49 +08:00
parent f951c62d10
commit 37a465f90f
8 changed files with 90 additions and 31 deletions

View File

@@ -18,6 +18,7 @@ class ADASRecognizedListResult {
public List< LatLon > latLonList;
public static class LatLon {
public LatLon( double lat, double lon ) {
this.lat = lat;
this.lon = lon;