TomTom Reverse Geocode
tomtom-reverse-geocodeConvert latitude and longitude coordinates into readable street addresses. Retrieve municipality, postal, and address details to support geolocation workflows.
Instructions
Convert coordinates to addresses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude coordinate (-90 to +90). Precision to 4+ decimal places recommended. | |
| lon | Yes | Longitude coordinate (-180 to +180). Precision to 4+ decimal places recommended. | |
| ofs | No | Offset for pagination of results | |
| view | No | Geopolitical view for disputed territories. Options: 'Unified', 'AR', 'IL', 'IN', 'MA', 'PK', 'RU', 'TR', 'CN' | |
| limit | No | Maximum number of results to return (1-100). Default: 5 | |
| radius | No | Search radius in meters. Default: 100 | |
| heading | No | Heading direction in degrees (0-360) for improved accuracy on roads | |
| roadUse | No | Types of road use to include in the results. Examples: 'Arterial', 'Ferry', 'Highway', etc. | |
| language | No | Preferred language for results using IETF language tags. Examples: 'en-US', 'fr-FR', 'de-DE', 'es-ES' | |
| mapcodes | No | Include mapcode information in the response. Mapcodes represent specific locations within a few meters and are designed to be short, easy to recognize and communicate. Options: Local, International, Alternative. Examples: 'Local' (local mapcode only), 'Local,Alternative' (multiple types). Accepts array of string(s). | |
| timeZone | No | Used to indicate the mode in which the timeZone object should be returned. Values: iana Mode shows the IANA ID which allows the user to determine the current time zone for the POI. Usage examples: timeZone=iana | |
| countrySet | No | Limit results to specific countries using ISO codes. Examples: 'US', 'FR,GB', 'CA,US' | |
| geometries | No | Include geometries information in the response | |
| maxResults | No | Maximum results to return (alias for limit) | |
| addressRanges | No | Include address ranges in the response | |
| entityTypeSet | No | Filter results by geographic entity types. Valid values: PostalCodeArea, CountryTertiarySubdivision, CountrySecondarySubdivision, MunicipalitySubdivision, MunicipalitySecondarySubdivision, Country, CountrySubdivision, Neighbourhood, Municipality. Note: This parameter is for geographic entities only, not POIs. For POI filtering, use categorySet instead | |
| returnCommune | No | Include commune information in the results | |
| returnRoadUse | No | Include road use types for street level results | |
| response_detail | No | Response detail level. 'compact' (default): trimmed response with essential fields only, saves tokens. 'full': complete API response with all fields including coordinates, classifications, etc. | compact |
| returnMatchType | No | Include information about the type of geocoding match achieved | |
| returnSpeedLimit | No | Include posted speed limit for street results | |
| returnAddressNames | No | Include address names in the response | |
| allowFreeformNewLine | No | Allow newlines in freeform addresses | |
| extendedPostalCodesFor | No | Include extended postal codes for specific index types. Examples: 'PAD', 'PAD,Addr', 'POI' | |
| returnRoadAccessibility | No | Include road accessibility information |