Given a latitude/longitude combination as well as a radius from that point (in km, if it makes a difference), does anybody know of a service/API (or even download) that I can use to obtain a list of all the places, streets etc. from within the circle originating from the latitude/longitude supplied? When I say all the places, I am interested in everything – from bodies of water to schools.
Many thanks for any assistance, it’s greatly appreciated. 🙂
There’s OSMAXPI, a web service protocol which enables some of the things you’re looking for. There are several problems in your case:
The alternative is to download Planet OSM file and set up your own database and API
serving, but this requires a lot of HW resources, since the database is quite large and growing daily.
Also take a look at some other related QA: