机器视觉地图绘制点
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user