Resolve a jurisdiction by coordinates

View as MarkdownOpen in Claude

Resolves a jurisdiction by WGS84 latitude/longitude. Returns the jurisdiction identifier and a localised display name when the coordinates fall within a served boundary. Returns 404 when no jurisdiction covers the location. Use this endpoint before starting a navigation session if the member client wants to confirm a coverage area before the session is pinned.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

latitudedoubleRequired-90-90

Latitude (WGS84) to resolve to a jurisdiction.

longitudedoubleRequired-180-180

Longitude (WGS84) to resolve to a jurisdiction.

Response

The resolved jurisdiction.
jurisdictionIdstring
Stable identifier of the resolved jurisdiction.
displayNamestring

Human-readable display name of the jurisdiction, flattened to the request locale.