Java GUI program that can work out the bearing and distance between 2 sets of coordinates using the Haversine Formulas, and display the text values in the form, as well as displaying the bearing on a compass graphic.
Leggit/GpsCalculator
Java GUI program that can work out the bearing and distance between 2 sets of coordinates using the Haversine Formulas, and display the results as text as well as on a compass graphic.
Java