Any type of information for Java will help like API, etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try Geonames. Keep in mind the process you are interested in is called Reverse Geocoding. One such option they perform is to return nearest streets associated with lat/long pairs like you need. You feed an encoded url. You get back a JSON result or an XML result, your choice. That should be simple enough in Java. An example url to get your started is try the following:
example