Tools
Coordinates to Address Lookup
Reverse-geocodes a latitude and longitude pair into a readable address.
Module
Tools
where it lives
What it does
Reverse-geocodes a latitude and longitude pair into a readable address
Accepts a coordinate pair and returns the nearest matching address with street, city, postcode, and country broken out as structured components. Useful when GPS or map-click location data has to be surfaced as a real address. Individual fields can be pulled without parsing the full string.
When you’d reach for it
- ▸Resolving a technician's GPS coordinates to a readable job site address.
- ▸Turning a clicked map location into a deliverable address.
- ▸Converting fleet tracking pings into named locations for trip logs.
More from Tools