[charter]

[3.2.0]
[画站点不删除轨迹]
This commit is contained in:
yangyakun
2023-05-22 16:32:42 +08:00
parent 24a98dd98f
commit b80b5092d9

View File

@@ -347,10 +347,9 @@ class BusPassengerPresenter(view: MainFragment?) :
it.wgs84Lon!!,
it.wgs84Lat!!
)
setEndStationCallBack(
it.siteId, it.siteName,
coordinateConverterWgsToGcj.longitude, coordinateConverterWgsToGcj.latitude
)
val latLng = LatLng(coordinateConverterWgsToGcj.longitude, coordinateConverterWgsToGcj.latitude)
mView?.drawEndStation(latLng)
}
}