Merge branch 'demo/shunyi_vr_map' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into demo/shunyi_vr_map

This commit is contained in:
tongchenfei
2020-10-28 16:31:47 +08:00
25 changed files with 6173 additions and 76 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;