Merge remote-tracking branch 'origin/dev_robotaxi-d-app-module_2120_221017_2.12.0' into test_robotaxi-d-app-module_2120_221017_2.12.0.1

This commit is contained in:
renwj
2022-11-02 17:00:25 +08:00

View File

@@ -82,7 +82,7 @@ object AiRoadMarker {
override fun onClearAllMarkers(tag: String) {
Logger.d(TAG, "--- onClearAllMarkers ----: tag: $tag")
val marker = this@AiRoadMarker.marker.get()
if (marker != null) {
if (marker != null && ("taxi_end_map_maker" != tag && "taxi_start_map_maker" != tag)) {
Logger.d(TAG, "--- onClearAllMarkers ----: tag: -- 1: $tag")
unMarker(marker)
}