I am trying to find out the angle between two location defined by latitude and longitude using javascript.
suppose i have two points like this :-
pt1 = 12.92436858, 77.64480728, pt2 = 12.92402417, 77.64389674
so how to get the angle between these two points ?