我有当前用户的经度和纬度以及目的地(只是一个静态位置)。如何在当前用户的位置和目的地之间找到方向angle(0->360)
?
我目前正在使用currentLocation.bearingTo(destination)
作为记录here,但我无法找到正确的角度。
答案 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.