[charter]
[站点include]
This commit is contained in:
yangyakun
2023-10-09 15:03:42 +08:00
parent 4f88d65a63
commit 770ddcf9bb

View File

@@ -228,6 +228,7 @@ class MainFragment : MvpFragment<MainFragment?, BusPassengerPresenter?>(), IMogo
fun drawEndStation(latLng: LatLng) {
val listOf = listOf(latLng)
omvOverMap.drawSiteMarkers(listOf, endStation, 0.5f, 1f)
includePoint(listOf)
}
fun cleanEndStation() {