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