[opt]1.经纬度用反导致导航刷新失败

This commit is contained in:
pangfan
2023-03-14 17:46:45 +08:00
parent cc615011b1
commit 151c3d13d0

View File

@@ -457,7 +457,7 @@ class SweeperFragment : BaseSweeperTabFragment<SweeperFragment?, SweeperPresente
mSubInfo?.apply {
mLocation?.let {
val endPoint = CoordinateCalculateRouteUtil.coordinateConverterWgsToGcj(AbsMogoApplication.getApp(), endWgs84Lon, endWgs84Lat)
startNaviToStation(true, it.longitude, it.latitude, endPoint.longitude, endPoint.latitude)
startNaviToStation(true, it.latitude, it.longitude, endPoint.latitude, endPoint.longitude)
}
}
}