HERE integration (Location, Data). Imported from open-connector.
https://autocomplete.search.hereapi.com/v1/geocode
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The free-form HERE geocode query. |
| lang | string | optional | The optional BCP 47 language tag for the response. |
| limit | integer | optional | The maximum number of result items to return. |
| in | string | optional | The optional HERE spatial or country filter, such as countryCode:USA. |
| at | string | optional | The optional HERE location context formatted as latitude,longitude. |
| types | string | optional | The optional comma-separated HERE result type filter. |
| politicalView | string | optional | The optional political view country code used by HERE. |
| show | string | optional | The optional comma-separated HERE response enrichment selector. |
/revgeocode
| Param | Type | Required | Description |
|---|---|---|---|
| at | string | required | The HERE location to reverse geocode, formatted as latitude,longitude. |
| lang | string | optional | The optional BCP 47 language tag for the response. |
| limit | integer | optional | The maximum number of result items to return. |
| types | string | optional | The optional comma-separated HERE result type filter. |
| politicalView | string | optional | The optional political view country code used by HERE. |
| show | string | optional | The optional comma-separated HERE response enrichment selector. |
/discover
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The free-form HERE Discover query. |
| at | string | optional | The optional HERE location context formatted as latitude,longitude. |
| in | string | optional | The optional HERE filter. Use circle:... or bbox:... as spatial context, or cou… |
| lang | string | optional | The optional BCP 47 language tag for the response. |
| limit | integer | optional | The maximum number of result items to return. |
| types | string | optional | The optional comma-separated HERE result type filter. |
| politicalView | string | optional | The optional political view country code used by HERE. |
| show | string | optional | The optional comma-separated HERE response enrichment selector. |
/autosuggest
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The partial HERE Autosuggest query. |
| at | string | optional | The optional HERE location context formatted as latitude,longitude. |
| in | string | optional | The optional HERE filter. Use circle:... or bbox:... as spatial context, or cou… |
| lang | string | optional | The optional BCP 47 language tag for the response. |
| limit | integer | optional | The maximum number of result items to return. |
| politicalView | string | optional | The optional political view country code used by HERE. |
/autocomplete
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The partial address or administrative-area text to complete. |
| at | string | optional | The optional HERE location context formatted as latitude,longitude. |
| in | string | optional | The optional HERE spatial or country filter, such as countryCode:USA. |
| lang | string | optional | The optional BCP 47 language tag for the response. |
| limit | integer | optional | The maximum number of autocomplete result items to return. |
| politicalView | string | optional | The optional political view country code used by HERE. |
/lookup
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The HERE result identifier returned by geocode, reverse geocode, discover, or a… |
| lang | string | optional | The optional BCP 47 language tag for the response. |
| show | string | optional | The optional comma-separated HERE response enrichment selector. |