The Location Hierarchy Finder performs reverse geocoding: it takes a pair of coordinates and turns it back into named places. Instead of a single address, it returns the full administrative ladder for the point — continent, country, region, district, and municipality — the official layers of government that the location sits inside.
That ladder is what most data work actually needs. A latitude and longitude on their own cannot be grouped, filtered, or taxed; knowing the point sits in North America, United States, New York makes it usable for reporting and analysis.
How it works
Click the map or enter coordinates, and the tool looks up which administrative area the point falls inside at every level, using high-resolution administrative boundary data assembled from several open sources. The result is the complete hierarchy from continent down to municipality, each level shown with its official local name and the administrative type that country uses for it.
Because the lookup is boundary-based rather than address-based, it works anywhere — including places with no street address, like fields, forests, or offshore points near the coast.
How to use the Location Hierarchy Finder
- 1
Pick a location
Enter latitude and longitude, search for a place by name, or click anywhere on the map to drop a pin.
- 2
Run the hierarchy lookup
MapGO reverse-geocodes the point and identifies the administrative area it falls inside at every level.
- 3
Read the result
The full ladder — continent, country, region, district, and municipality — is listed, each level with its official local name and administrative type.
What people use it for
Address enrichment
Add country, region, and municipality columns to datasets that only contain coordinates, making them ready for grouping and reporting.
Sales territories
Assign leads, customers, or stores to territories based on the administrative region their coordinates fall inside.
Compliance and tax
Determine which jurisdiction a location belongs to when rules, rates, or reporting requirements differ by country or region.
Geocoding QA
Check that geocoded points really land in the expected country or municipality, and catch swapped or truncated coordinates.
Frequently asked questions
- What is reverse geocoding?
- Regular geocoding turns a place name or address into coordinates; reverse geocoding does the opposite — it takes latitude and longitude and tells you what named places that point sits inside.
- What administrative levels do I get?
- The tool returns the full hierarchy: continent, country, region (such as a state or province), district, and municipality. Exact naming varies by country, since each one structures its levels differently.
- Where does the data come from?
- Lookups run against high-resolution administrative boundary data assembled from several open sources rather than a single provider. Every level comes back with its official local name and administrative type, so you can check the match reads the way you expect.
- Can I enrich a whole file of coordinates?
- Yes. Upload a CSV with latitude and longitude columns from the MapGO dashboard and the administrative hierarchy is appended to every row in bulk.