[charter]
[3.2.0] [画站点不删除轨迹]
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user