TomTom integration (Location, Developer Tools). Imported from open-connector.
https://api.tomtom.com/search/2/search/{query}.json
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The free-form text query sent to TomTom. |
| limit | integer | optional | The maximum number of results to return. |
| offset | integer | optional | The zero-based result offset used for pagination. |
| countrySet | array | optional | The country filters applied to the TomTom request. |
| lat | number | optional | The latitude in decimal degrees. |
| lon | number | optional | The longitude in decimal degrees. |
| radius | number | optional | The search radius in meters. |
| language | string | optional | The IETF language tag for results. |
| categorySet | array | optional | The POI category filters applied to the request. |
| brandSet | array | optional | The brand filters applied to the request. |
| entityTypeSet | array | optional | The entity type filters applied to the request. |
| view | string | optional | The geopolitical view applied to results. |
/search/2/autocomplete/{query}.json
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The partial text query used for autocomplete suggestions. |
| language | string | required | The IETF language tag for results. |
| limit | integer | optional | The maximum number of autocomplete results to return. |
| lat | number | optional | The latitude in decimal degrees. |
| lon | number | optional | The longitude in decimal degrees. |
| radius | number | optional | The search radius in meters. |
| countrySet | array | optional | The country filters applied to the TomTom request. |
| resultSet | array | optional | The autocomplete segment types included in the response. |
/search/2/nearbySearch/.json
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | The latitude in decimal degrees. |
| lon | number | required | The longitude in decimal degrees. |
| radius | number | optional | The search radius in meters. |
| limit | integer | optional | The maximum number of results to return. |
| offset | integer | optional | The zero-based result offset used for pagination. |
| countrySet | array | optional | The country filters applied to the TomTom request. |
| language | string | optional | The IETF language tag for results. |
| categorySet | array | optional | The POI category filters applied to the request. |
| brandSet | array | optional | The brand filters applied to the request. |
| view | string | optional | The geopolitical view applied to results. |
/search/2/geocode/{query}.json
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The address or place query to geocode. |
| limit | integer | optional | The maximum number of results to return. |
| offset | integer | optional | The zero-based result offset used for pagination. |
| lat | number | optional | The latitude in decimal degrees. |
| lon | number | optional | The longitude in decimal degrees. |
| radius | number | optional | The search radius in meters. |
| countrySet | array | optional | The country filters applied to the TomTom request. |
| language | string | optional | The IETF language tag for results. |
| view | string | optional | The geopolitical view applied to results. |
| entityTypeSet | array | optional | The entity type filters applied to the request. |
/search/2/reverseGeocode/{lat}.json
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | The latitude in decimal degrees. |
| lon | number | required | The longitude in decimal degrees. |
| radius | number | optional | The search radius in meters. |
| entityType | string | optional | The TomTom entity type used to shape reverse geocoding results. |
| language | string | optional | The IETF language tag for results. |
| returnMatchType | boolean | optional | Whether TomTom should include the match type metadata. |
| view | string | optional | The geopolitical view applied to results. |