Uses of Class
org.geonames.Address
-
Packages that use Address Package Description org.geonames GeoNames Java API main classes. -
-
Uses of Address in org.geonames
Methods in org.geonames that return Address Modifier and Type Method Description static Address
WebService. address(double latitude, double longitude)
Find the nearest address for a given lat/lng pair.static Address
WebService. findNearestAddress(double latitude, double longitude)
for US onlystatic Address
WebService. geoCodeAddress(String q, String country, String postalcode)
Returns location lat/lng and admin information for a given address.
-