arun-y99 / FisherAlert

An app to assist sailors and fishermen
0 stars 1 forks source link

Distance calculation needs to be more efficient #6

Open arun-y99 opened 5 years ago

arun-y99 commented 5 years ago

In the location.java file, the distance between two coordinates is computed crudely. A proper class based implementation needs to be done to ensure generalization of the calculation.