android如何从当前用户位置找到朝向目的地的角度(0-> 360)

时间:2015-05-07 07:53:17

标签: android location direction bearing

我有当前用户的经度和纬度以及目的地(只是一个静态位置)。如何在当前用户的位置和目的地之间找到方向angle(0->360)

我目前正在使用currentLocation.bearingTo(destination)作为记录here,但我无法找到正确的角度。

1 个答案:

答案 0 :(得分:2)

finally I got solution for this and I am sharing here because may it help others.

undefined

if method is not returning desired value then you must check your longitude and latitude values. note this method return value between 0->360 degree.