Data quality

How disputed territories are handled in location data

A coordinate does not know which government claims it. Latitude and longitude are physical facts, but the administrative label attached to a location, which country it belongs to, what its official name is, is sometimes a genuinely contested question, with more than one government asserting a legitimate claim over the same ground. Any location API that returns data worldwide will eventually be asked about a point that falls into one of these areas, and the honest answer is that there is no politically neutral option, only different choices about which convention to follow.

The general approach across the industry is to describe what is administratively present on the ground, the local postal system in use, the administrative structure actually operating day to day, rather than adjudicating the underlying sovereignty question, which is a matter for governments and international bodies, not for a geocoding response. This means a disputed area typically still returns usable location data, coordinates, a locality name, whatever administrative structure functions there, without the API embedding a political position in the country label it happens to choose.

This is also why country-level classification in disputed regions deserves extra caution if your application makes decisions based on it, such as tax jurisdiction, shipping rules, or legal compliance. A geocoding result for a disputed area should be treated as descriptive of the location and the data available there, not as an authoritative statement on sovereignty for legal or regulatory purposes. If your use case has real legal weight tied to jurisdiction, verify against a source built specifically for that legal purpose rather than relying solely on a general-purpose geocoding response.

It is worth separating two different ideas that often get conflated here. Coverage, whether a disputed area returns any usable data at all, is a coverage question. Which country name or code is attached to that data is a labeling convention question. A region can have solid coverage, real streets, real postal information, real coordinates, while still being an area where reasonable data providers make different labeling choices about the country field.

If you build for a global user base, expect this category of edge case and design for it deliberately rather than assuming it will not come up. Treat the returned location fields as descriptive, test your handling of ambiguous or disputed regions specifically, and keep any legally sensitive jurisdiction decision separate from general geocoding output. Our reverse geocoding endpoint aims to return the most useful, honest description of a coordinate available, which in these regions means describing what exists rather than resolving a dispute no API is positioned to settle.