Locations close to a certain point of known coordinates

I would need to find the names and distances of the localities (i.e. points of interest) which are close to a point of known coordinates and which are about 1 km away from it.
However, the query must be made with a programming language such as VB6, B4A or other but by accessing via the http (or https) protocol and reading the results that the query provides (in any format (TXT, JSON, CSV, etc. )
Something like this (very roughly)
JobOSM.PostString(“http://siteOpenStreetMap/page.php?Lat=44.1234&Long=7.123&Distance=1000”)
From such a query I would like to derive for example
Alpha, 450m
Beta, 600m
Other,650m
where Alpha, Beta, and Other are the place names.
Thanks for your attention

5 posts - 4 participants

Read full topic


Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/locations-close-to-a-certain-point-of-known-coordinates/6703