Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

i need to calculate the latitude and longitude of a point if i have :

1) the lattitude and longitude of a known point

2)the distance from the known point in km.

3) and the direction from the known point in degrees.

What i want to calculate is if i have a boat in position x1,y1 that is moving z degrees with x speed , what will the position of boat be after 30 minutes?

I would much apreciate if someone provide me code in C# (or any other language that i could transfer to c#)

thanks !

-karxarini
Posted
Updated 15-Aug-12 17:06pm
v2
Comments
[no name] 15-Aug-12 9:32am    
You did not pay attention in class did you and now you have an exam?

1 solution

You should be able to find out moist of those things by looking at this article:
http://en.wikipedia.org/wiki/Geographical_distance[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900