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

latitude longitude to address

0

I am a complete novice and would like to determine if it is possible to pass latitude and longitude to openstreetmap.org via a url or api and extract the address. Is this possible? I am willing to investigate further myself if it is possible. Thanks in advance for any help given.

asked 22 Aug '20, 04:26

GetMe2's gravatar image

GetMe2
16112
accept rate: 0%


One Answer:

1

The operation is called "reverse geocoding".

There are multiple geocoding engines out there that support this, however Nominatim is is what is used by the opensteetmap.org website. For more information see https://nominatim.org/

Note: use of the OSMF instance is subject to specific use policies: https://operations.osmfoundation.org/policies/nominatim/

answered 22 Aug '20, 09:23

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Source code available on GitHub .