[1.1.2]
[切换线路、清理轨迹]
This commit is contained in:
yangyakun
2023-03-08 17:05:02 +08:00
parent a7cd802b21
commit d6f9565526

View File

@@ -216,6 +216,7 @@ class BusPassengerPresenter(view: MainFragment?) :
override fun setEndStationCallBack(siteId: Long?, siteName: String?, gcj_lon: Double, gcj_lat: Double) {
val latLng = LatLng(gcj_lat,gcj_lon)
mView?.cleanEndStation()
mView?.drawEndStation(latLng)
}