[3.4.0-map-sdk] remove unuse code
This commit is contained in:
@@ -320,11 +320,9 @@ class AiCloudIdentifyDataManager : IMoGoPlanningRottingListener,
|
||||
override fun onAutopilotRotting(globalPathResp: MessagePad.GlobalPathResp?) {
|
||||
globalPathResp?.let {
|
||||
if (it.wayPointsList != null && it.wayPointsList.size > 0) {
|
||||
// val builder = StringBuilder()
|
||||
val roamList = ArrayList<LonLatPoint>()
|
||||
it.wayPointsList.forEach { loc ->
|
||||
roamList.add(LonLatPoint(loc.longitude,loc.latitude))
|
||||
// builder.append(loc.longitude).append(",").append(loc.latitude).append(",")
|
||||
}
|
||||
updateRomaStyle(false, roamList)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user