← Tools Reference

HERE

HERE integration (Location, Data). Imported from open-connector.

API key6 toolshttps://autocomplete.search.hereapi.com/v1
GET
here_geocode
Geocode a free-form address, place, locality, or administrative-area query with HERE Geocoding and Search API v7.

/geocode

8 parameters
ParamTypeRequiredDescription
qstringrequiredThe free-form HERE geocode query.
langstringoptionalThe optional BCP 47 language tag for the response.
limitintegeroptionalThe maximum number of result items to return.
instringoptionalThe optional HERE spatial or country filter, such as countryCode:USA.
atstringoptionalThe optional HERE location context formatted as latitude,longitude.
typesstringoptionalThe optional comma-separated HERE result type filter.
politicalViewstringoptionalThe optional political view country code used by HERE.
showstringoptionalThe optional comma-separated HERE response enrichment selector.
GET
here_reverse_geocode
Find the nearest HERE address or place result for a latitude,longitude location.

/revgeocode

6 parameters
ParamTypeRequiredDescription
atstringrequiredThe HERE location to reverse geocode, formatted as latitude,longitude.
langstringoptionalThe optional BCP 47 language tag for the response.
limitintegeroptionalThe maximum number of result items to return.
typesstringoptionalThe optional comma-separated HERE result type filter.
politicalViewstringoptionalThe optional political view country code used by HERE.
showstringoptionalThe optional comma-separated HERE response enrichment selector.
GET
here_discover
Search HERE places or addresses with a free-form Discover query and required spatial context.

/discover

8 parameters
ParamTypeRequiredDescription
qstringrequiredThe free-form HERE Discover query.
atstringoptionalThe optional HERE location context formatted as latitude,longitude.
instringoptionalThe optional HERE filter. Use circle:... or bbox:... as spatial context, or cou…
langstringoptionalThe optional BCP 47 language tag for the response.
limitintegeroptionalThe maximum number of result items to return.
typesstringoptionalThe optional comma-separated HERE result type filter.
politicalViewstringoptionalThe optional political view country code used by HERE.
showstringoptionalThe optional comma-separated HERE response enrichment selector.
GET
here_autosuggest
Get HERE query and entity suggestions for incomplete or misspelled address and place text with required spatial context.

/autosuggest

6 parameters
ParamTypeRequiredDescription
qstringrequiredThe partial HERE Autosuggest query.
atstringoptionalThe optional HERE location context formatted as latitude,longitude.
instringoptionalThe optional HERE filter. Use circle:... or bbox:... as spatial context, or cou…
langstringoptionalThe optional BCP 47 language tag for the response.
limitintegeroptionalThe maximum number of result items to return.
politicalViewstringoptionalThe optional political view country code used by HERE.
GET
here_autocomplete
Get HERE address and administrative-area completions for entered text.

/autocomplete

6 parameters
ParamTypeRequiredDescription
qstringrequiredThe partial address or administrative-area text to complete.
atstringoptionalThe optional HERE location context formatted as latitude,longitude.
instringoptionalThe optional HERE spatial or country filter, such as countryCode:USA.
langstringoptionalThe optional BCP 47 language tag for the response.
limitintegeroptionalThe maximum number of autocomplete result items to return.
politicalViewstringoptionalThe optional political view country code used by HERE.
GET
here_lookup
Look up a HERE place or location object by an identifier returned from another HERE search result.

/lookup

3 parameters
ParamTypeRequiredDescription
idstringrequiredThe HERE result identifier returned by geocode, reverse geocode, discover, or a…
langstringoptionalThe optional BCP 47 language tag for the response.
showstringoptionalThe optional comma-separated HERE response enrichment selector.