I am trying to create a program to find the distance between two user inputted cities in java.
I've looked at a few other posts, and I've seen the Geocoder API recommended, to get the lat and lang values for the cities. However, I've only just started learning Java, and all those solutions were slightly complicated. Is there an easier method, or will I have to go about understanding API's?