This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Getting street data given coordinates

0

Does OSM have an API where I can send GPS coordinates and recieve street data including Street names, speed limits etc?

asked 29 Jan '15, 11:06

simon-caddick's gravatar image

simon-caddick
1111
accept rate: 0%

edited 29 Jan '15, 12:48

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

3

"coordinates and recieve street data including Street names" is called "Reverse Geocoding" (gives you a full hierarchical address up to the country name). See older "reveresegeocoding" questions and Nominatim.

Getting other data around that place is a different category / an additional step. Maybe with Overpass API's "around" query (use Overpass turbo if you want to play with it).

answered 29 Jan '15, 12:48

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%