Hello,
I am working on an app where I have two points with their latitude and longitude values, say Point A and Point B. I know the distance between them as well. But I want to calculate in which direction the point B is in respect of point A.
After checking it on google, I came to know that what I am looking for is perhaps called Bearing. To calculate, Bearing itself, the Haversine formula can be used as mentioned at following sites:
http://www.movable-type.co.uk/scripts/latlong.html
http://www.ig.utexas.edu/outreach/go...h/latlong.html
Considering I have calculated bearing points (intial/final), my question is:
1) How to calculate direction (in East/West terms)?
If Bearing is not the right term which I should look for, then how should I find the direction?
Thanks a lot.

Reply With Quote


