[Routing dev]
1、灰度列表增加RoutingRequest关键信息,以及透传给MAP
This commit is contained in:
@@ -113,7 +113,10 @@ class AutopilotControlParameters {
|
||||
var startLatLon: AutoPilotLonLat? = null
|
||||
|
||||
@JvmField
|
||||
var wayLatLons: List<AutoPilotLonLat>? = null
|
||||
var wayLatLons: List<AutoPilotLonLat>? = null // Routing 给算路引擎使用的经停点列表,不是真正的要停车
|
||||
|
||||
@JvmField
|
||||
var blackLatLons: List<AutoPilotLonLat>? = null // Routing 给算路引擎使用的黑名单点,目的是不参与算路
|
||||
|
||||
@JvmField
|
||||
var endLatLon: AutoPilotLonLat? = null
|
||||
@@ -222,6 +225,7 @@ class AutopilotControlParameters {
|
||||
"endName='$endName', " +
|
||||
"startLatLon=$startLatLon, " +
|
||||
"wayLatLons=$wayLatLons," +
|
||||
"blackLatLons=$blackLatLons," +
|
||||
"endLatLon=$endLatLon," +
|
||||
"speedLimit=$speedLimit, " +
|
||||
"vehicleType=$vehicleType, " +
|
||||
|
||||
Reference in New Issue
Block a user