[6.8.2]
[fix] [距离展示]
This commit is contained in:
@@ -549,7 +549,7 @@ object CoordinateCalculateRouteUtil {
|
||||
}
|
||||
|
||||
fun getHeadingAngle(location: MogoLocation, nextPoint: MogoLocation): Double {
|
||||
return getHeadingAngle(
|
||||
return getHeadingAngleTemp(
|
||||
location.longitude,
|
||||
location.latitude,
|
||||
nextPoint.longitude,
|
||||
|
||||
Reference in New Issue
Block a user