I am trying to get neighborhood names from lat-long data using the geonames JAVA library. I am, however, not able to find the "neighbourhood" function. (even though other reverse geocoding functions like countryCode are present)
I want to get results similar to those from http://api.geonames.org/neighbourhood?lat=40.78343&lng=-73.96625&username=demo. Which function should I use?
Thanks!
Kiki