[fea]
[验证算路添加状态]
This commit is contained in:
yangyakun
2024-10-18 17:51:47 +08:00
parent 05a75395d4
commit 6f255551eb

View File

@@ -40,6 +40,7 @@ data class RoutingSite(
temp.gcjLat = gcjLat
temp.gcjLon = gcjLon
temp.pointType = pointType
temp.isLeaving = true
return temp
}
}