Coordinates → Address

Enter a latitude and longitude (decimal degrees) to find the nearest matching address.

Other tools

What is reverse geocoding?

Reverse geocoding is the mirror image of a normal address lookup: instead of turning text into a coordinate, it turns a coordinate — a latitude and longitude pair — back into a human-readable address. Given a point on the Earth's surface, a reverse geocoder searches its indexed street and building data for the nearest matching feature and returns that as a formatted address, along with an implicit sense of how precise the match is: an exact building versus an estimated point along a road.

Why reverse geocoding matters for emergency response

The clearest real-world case for reverse geocoding is emergency location services. A mobile phone's GPS chip fixes a caller's position as a raw coordinate pair, typically accurate to a few metres under open sky. That coordinate alone isn't something a control room can act on quickly — it needs converting into a street address a crew can be sent to, or at least plotted against the nearest known road access. Most modern smartphones now support Advanced Mobile Location, which transmits the device's GPS coordinates automatically to the emergency call handler the moment a 999 or 112 call connects. Reverse geocoding is the step that turns that raw position into an address or a describable location a responder can actually navigate to.

Precision depends on the map data

How accurate a reverse-geocoded result is depends on how detailed the underlying map data is at that exact point. In a city centre with dense, well-mapped building outlines, a coordinate usually resolves to a specific street number. Out in the countryside, on private land, or in the middle of a field, the nearest indexed feature might be hundreds of metres away, and the address returned reflects the closest known point rather than an exact building. It's worth checking the pin on the map above against the address text rather than trusting the text alone, particularly anywhere rural or sparsely mapped.