jGeoPlanet is an LGPL client library for the Yahoo! GeoPlanet service.
GeoPlanet is the main class and a good starting point for exploring
the library.
Example usage
GeoPlanet client = new GeoPlanet("my-secret-app-id");
Place edinburgh = client.getPlace("Edinburgh, UK");
List<Place> suburbs = edinburgh.getChildren().get();
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
http://www.winterwell.com/software/jgeoplanet