Reputation: 15
I need to know a method to find GPS coordinates of an unknown point. Following is my scenario.
I know the GPS coordinates of location A. I want to find the GPS coordinates of a location B(unknown) with a known D distance from location A. (I also know the direction of location B) I am so grateful if you could please help me with this. Thanks in advance, Hasala
Upvotes: 1
Views: 694
Reputation: 28727
Either you use polar coordinates, with first transforming to cartesian (x,y) coordinates, and then back to spheric, or you use this formula:
Lat Lon given radial and distance
Upvotes: 1