Resolve a jurisdiction by coordinates
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
latitude
Latitude (WGS84) to resolve to a jurisdiction.
longitude
Longitude (WGS84) to resolve to a jurisdiction.
Response
The resolved jurisdiction.
jurisdictionId
Stable identifier of the resolved jurisdiction.
displayName
Human-readable display name of the jurisdiction, flattened to the request locale.