[opt]1.经纬度用反导致导航刷新失败
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user