| GeoNames Home | Postal Codes | Download / Webservice | About |
| click on the map to view reverse geocoded street names. |
|
geocode address :
The geocoder is using google geocoder,
reverse geocoding is provided by geonames using openstreemap data (August 2011) under a cc by-sa license. Click on the map to view reverse geocoded street names. |
Url : api.geonames.org/findNearestIntersectionOSM?
Parameters : lat,lng;
Result : returns the nearest intersection for the given latitude/longitude
Example http://api.geonames.org/findNearestIntersectionOSM?lat=37.451&lng=-122.18&username=demo
This service is also available in JSON format :
http://api.geonames.org/findNearestIntersectionOSMJSON?lat=37.451&lng=-122.18&username=demo
Url : api.geonames.org/findNearbyStreetsOSM?
Parameters : lat,lng;
Result : returns the nearest street segments for the given latitude/longitude
Example http://api.geonames.org/findNearbyStreetsOSM?lat=37.451&lng=-122.18&username=demo
This service is also available in JSON format :
http://api.geonames.org/findNearbyStreetsOSMJSON?lat=37.451&lng=-122.18&username=demo
Url : api.geonames.org/findNearbyPOIsOSM?
Parameters : lat,lng;
Result : returns the nearest points of interests for the given latitude/longitude
Example http://api.geonames.org/findNearbyPOIsOSM?lat=37.451&lng=-122.18&username=demo
This service is also available in JSON format :
http://api.geonames.org/findNearbyPOIsOSMJSON?lat=37.451&lng=-122.18&username=demo