Here
hereHERE Technologies provides comprehensive location data and mapping services, offering APIs and SDKs for developers to integrate maps, geocoding, routing, and other location-based features into their applications.
Acciones disponibles (29)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Autosuggest PlacesHERE_AUTOSUGGESTAcciónTool to fetch possible completions for a partial search term. Use after capturing a partial query and location context to generate typeahead suggestions.
HERE_AUTOSUGGESTAcciónTool to fetch possible completions for a partial search term. Use after capturing a partial query and location context to generate typeahead suggestions.
Parámetros de entrada
qstringObligatorioFree-form text to suggest on (partial or misspelled)
atstringLatitude,longitude to bias suggestions (e.g., '52.5200,13.4050')
instringGeographic filter region (circle, bbox, or political boundary)
langstringIETF BCP 47 language tag for results (e.g., 'en-US')
limitintegerMaximum number of suggestions to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Browse PlacesHERE_BROWSEAcciónTool to search for places around a given location with optional filters. Use when you need nearby points of interest filtered by categories, food types, or name.
HERE_BROWSEAcciónTool to search for places around a given location with optional filters. Use when you need nearby points of interest filtered by categories, food types, or name.
Parámetros de entrada
atstringObligatorioCenter point for the search area, formatted as 'lat,lng'.
langstringBCP 47 language tag for localized results, e.g., 'en-US'.
namestringText filter to match place names within the chosen categories.
limitintegerMaximum number of items to return.
foodTypesstringComma-separated HERE Places cuisine/food type IDs to filter results.
categoriesstringComma-separated HERE Places category IDs to filter results (e.g., '700-7000-0322').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Calculate Fleet Telematics RouteHERE_CALCULATE_ROUTEAcciónTool to calculate a route between waypoints with vehicle profile options. Use when planning a route with toll and vehicle constraints.
HERE_CALCULATE_ROUTEAcciónTool to calculate a route between waypoints with vehicle profile options. Use when planning a route with toll and vehicle constraints.
Parámetros de entrada
modestringObligatorioRouting profile, including vehicle type, e.g., 'fastest;truck'.
fuelTypestringenumFuel type affecting toll/environmental rules.
petroldiesellnglpgcngethanolpropanehydrogenelectricoverlaysstringComma-separated map overlay names for custom routing layers.
waypointsstring[]ObligatorioList of waypoints as 'latitude,longitude'; first is origin, last is destination, intermediates are via points.
routeAttributesstring[]List of route attributes to return, e.g., ['shape', 'summary'].
instructionFormatstringenumFormat for maneuver instructions.
texthtmlmaneuverAttributesstring[]Additional maneuver attributes to include, e.g., ['direction','action'].
ignorePreferredRoutesbooleanDisable preferred truck routes when true.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Coordinates to Tile IndicesHERE_COORDINATES_TO_TILE_INDICESAcciónTool to convert geographic coordinates to Web Mercator XYZ tile indices. Use when mapping a lat/lng to its containing tile at a given zoom level.
HERE_COORDINATES_TO_TILE_INDICESAcciónTool to convert geographic coordinates to Web Mercator XYZ tile indices. Use when mapping a lat/lng to its containing tile at a given zoom level.
Parámetros de entrada
latnumberObligatorioLatitude in degrees, must be between -85 and 85
lngnumberObligatorioLongitude in degrees, must be between -180 and 180
zoomintegerObligatorioZoom level, integer between 0 and 20
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Discover PlacesHERE_DISCOVERAcciónTool to discover places and addresses by free-form text near a location. Use when you need to find points of interest or specific addresses from a natural-language query.
HERE_DISCOVERAcciónTool to discover places and addresses by free-form text near a location. Use when you need to find points of interest or specific addresses from a natural-language query.
Parámetros de entrada
qstringObligatorioFree-form search query for places or addresses.
atstringLatitude and longitude to center the search, formatted 'lat,lng'. Required if 'in' is omitted.
in_stringGeographical filter for search area instead of 'at'. Examples: 'bbox:west,south,east,north' or 'countryCode:DEU'.
langstringPreferred response language (BCP-47), e.g., 'en-US'.
limitintegerMaximum number of results to return (1-100).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Geocode AddressHERE_GEOCODEAcciónTool to convert structured address data into geographic coordinates. Use when you need precise lat/lng from a free-text or qualified address input.
HERE_GEOCODEAcciónTool to convert structured address data into geographic coordinates. Use when you need precise lat/lng from a free-text or qualified address input.
Parámetros de entrada
qstringFree-text address or place query. Required if 'qq' is not used.
atstringPosition context to bias results, formatted 'lat,lng'.
qqstringQualified key=value query string, e.g., 'street=Invalidenstr;city=Berlin;postalCode=10115;country=DE'. Required if 'q' is not used.
in_stringSpatial filter for search area, e.g., 'circle:lat,lng;r=radius', 'bbox:west,south,east,north', or country/region filters as documented.
langstringResponse language (BCP-47), e.g., 'en-US'.
showstringAdditional sections to include, e.g., 'tz' for time zone.
limitintegerMaximum number of results to return.
politicalViewstringPolitical view to use for disputed areas (ISO country code).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Aerial TileHERE_GET_AERIAL_TILEAcciónTool to retrieve a satellite/aerial map tile. Use when you need tile imagery for a given zoom level and coordinates.
HERE_GET_AERIAL_TILEAcciónTool to retrieve a satellite/aerial map tile. Use when you need tile imagery for a given zoom level and coordinates.
Parámetros de entrada
xintegerObligatorioTile column index (XYZ scheme), must be non-negative
yintegerObligatorioTile row index (XYZ scheme), must be non-negative
ppiintegerPixels-per-inch for label sizing, e.g., 400
langstringPrimary label language (ISO 639-1 code)
sizeintegerTile size in pixels (commonly 256 or 512)
zoomintegerObligatorioTile zoom level (XYZ scheme), must be non-negative
lang2stringSecondary label language (ISO 639-1 code)
pviewstringGeopolitical view (ISO 3166-1 alpha-2 code)
stylestringenumMap style: 'satellite.day' for aerial imagery (no labels) or 'explore.satellite.day' for hybrid imagery with labels
satellite.dayexplore.satellite.dayformatstringObligatorioenumImage format for the tile
pngpng8featuresstringOptional features string, e.g., 'vehicle_restrictions:active_and_inactive'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Base Map TileHERE_GET_BASE_MAP_TILEAcciónTool to retrieve a base map tile image without labels. Use after determining tile scheme, zoom level, x/y coordinates, size, and format.
HERE_GET_BASE_MAP_TILEAcciónTool to retrieve a base map tile image without labels. Use after determining tile scheme, zoom level, x/y coordinates, size, and format.
Parámetros de entrada
xintegerObligatorioTile column index in Web Mercator grid, zero-based.
yintegerObligatorioTile row index in Web Mercator grid, zero-based.
sizeintegerObligatorioenumTile image size in pixels. Allowed values: 256 or 512.
256512zoomintegerObligatorioZoom level as an integer between 0 (world) and 20 (street-level).
formatstringObligatorioenumImage format for the tile.
pngpng8png32jpgjpg70schemestringObligatorioenumTile scheme (background only, no labels).
normal.daynormal.day.greynormal.day.transitnormal.nightnormal.night.greynormal.night.transitreduced.dayreduced.nightsatellite.daysatellite.day.transit
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hybrid Map TileHERE_GET_HYBRID_TILEAcciónTool to retrieve a hybrid (aerial + labels) map tile. Use when you need a labeled aerial map tile for a specific zoom level, tile coordinates, size, and format. Example: "Get a 512px PNG hybrid tile for zoom 14 at tile (8587,5700)."
HERE_GET_HYBRID_TILEAcciónTool to retrieve a hybrid (aerial + labels) map tile. Use when you need a labeled aerial map tile for a specific zoom level, tile coordinates, size, and format. Example: "Get a 512px PNG hybrid tile for zoom 14 at tile (8587,5700)."
Parámetros de entrada
xintegerObligatorioTile X coordinate, between 0 and 2^zoom - 1
yintegerObligatorioTile Y coordinate, between 0 and 2^zoom - 1
sizeintegerObligatorioenumTile size in pixels (width and height), either 256 or 512
256512zoomintegerObligatorioZoom level, integer between 0 and 20 inclusive
formatstringObligatorioenumTile image format, either 'png' (full-color) or 'png8' (8-bit color)
pngpng8
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get IsolinesHERE_GET_ISOLINESAcciónTool to calculate isolines. Use when you need reachable area polygons based on time, distance, or consumption ranges.
HERE_GET_ISOLINESAcciónTool to calculate isolines. Use when you need reachable area polygons based on time, distance, or consumption ranges.
Parámetros de entrada
originstringStarting coordinate for forward isolines, formatted as 'lat,lng'. Required if destination is not provided.
tiresCountintegerVehicle tires/wheels count restriction parameter.
destinationstringTarget coordinate for reverse isolines, formatted as 'lat,lng'. Required if origin is not provided.
emptyWeightnumberVehicle empty weight restriction parameter.
range[type]stringObligatorioenumBasis of isoline calculation: time (seconds), distance (meters), or consumption.
timedistanceconsumptionroutingModestringenumRouting preference for calculation.
fastshortdepartureTimestringDeparture time in ISO 8601 format for traffic-aware isolines.
range[values]integer[]ObligatorioOne or more range break values; seconds for time, meters for distance.
transportModestringenumTransport mode for calculation.
carpedestriantrucktaxibus
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Label TileHERE_GET_LABEL_TILEAcciónTool to retrieve a label overlay tile. Use when you need map labels after selecting scheme, zoom, and tile indices.
HERE_GET_LABEL_TILEAcciónTool to retrieve a label overlay tile. Use when you need map labels after selecting scheme, zoom, and tile indices.
Parámetros de entrada
xintegerObligatorioTile column index (0 ≤ x < 2^zoom).
yintegerObligatorioTile row index (0 ≤ y < 2^zoom).
ppiintegerPixels-per-inch for label rendering, e.g., 320.
langstringPrimary label language (ISO 639-1 code).
sizeintegerenumTile size in pixels. Common values: 256 or 512.
256512zoomintegerObligatorioZoom level (0-22).
lang2stringSecondary label language (ISO 639-1 code).
pviewstringGeopolitical view code (three letters, e.g., 'USA', 'DEU'). Must match ^[a-zA-Z]{3}$.
formatstringenumImage format for the tile.
pngpng8schemestringObligatorioenumMap rendering scheme for labels. See HERE docs for options.
normal.daynormal.day.greynormal.day.transitnormal.nightnormal.night.greynormal.night.transitterrain.dayterrain.day.greyterrain.day.transit
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Line Overlay TileHERE_GET_LINE_TILEAcciónTool to retrieve a line overlay tile. Use when you need to overlay road and border lines on a base map.
HERE_GET_LINE_TILEAcciónTool to retrieve a line overlay tile. Use when you need to overlay road and border lines on a base map.
Parámetros de entrada
xintegerObligatorioTile column index (Web Mercator), must be non-negative
yintegerObligatorioTile row index (Web Mercator), must be non-negative
lgstringOptional BCP-47 language tag for localized content
ppiintegerOptional pixels-per-inch hint affecting rendering density
sizeintegerObligatorioenumTile size in pixels (width and height), either 256 or 512
256512zoomintegerObligatorioTile zoom level (Web Mercator), must be non-negative
formatstringObligatorioenumImage format for the tile, either 'png' or 'png8'
pngpng8schemestringObligatorioRendering scheme/style for the line tile, e.g., 'normal.day'. See HERE Map Tile API docs for supported schemes.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Map ImageHERE_GET_MAP_IMAGEAcciónTool to retrieve a static map image. Use when you need a custom map snapshot after specifying center, zoom, overlays, or styles.
HERE_GET_MAP_IMAGEAcciónTool to retrieve a static map image. Use when you need a custom map snapshot after specifying center, zoom, overlays, or styles.
Parámetros de entrada
sizestringObligatorioImage dimensions in pixels as '{width}x{height}', e.g., '480x370'.
stylestringMap style identifier, e.g., 'lite.day'.
formatstringObligatorioenumOutput image format in the path. Common values: 'png8', 'png', 'jpg', 'svg'.
png8pngjpgsvggeojsonstringURL-encoded GeoJSON FeatureCollection to overlay custom shapes. Must be valid JSON string.
overlaystringCompact overlay encoding for custom points/lines/polygons with styling. E.g., 'line:{encoded};color=#E82D89;width=30m'.
featuresstringComma-separated list of feature toggles with modes. E.g., 'vehicle_restrictions:active_and_inactive,pois:disabled'.
scaleBarstringUnits for the scale bar, e.g., 'mi' or 'km'.
parametersstringObligatorioPath segment defining the map position or overlay-based positioning. Examples: 'center:59.441739,24.754616;zoom=14' or 'overlay:padding=64'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Base Map TileHERE_GET_MAP_TILEAcciónTool to retrieve a base map tile. Use when you need map imagery for a specific zoom level, coordinates, size, and format.
HERE_GET_MAP_TILEAcciónTool to retrieve a base map tile. Use when you need map imagery for a specific zoom level, coordinates, size, and format.
Parámetros de entrada
xintegerObligatorioTile column index (XYZ scheme), must be non-negative
yintegerObligatorioTile row index (XYZ scheme), must be non-negative
sizeintegerObligatorioenumTile size in pixels (width and height), either 256 or 512
256512zoomintegerObligatorioTile zoom level (XYZ scheme), integer between 0 and 20 inclusive
formatstringObligatorioenumTile image format, either 'png' or 'png8'
pngpng8schemestringObligatorioenumMap tile scheme, e.g., 'normal.day', 'terrain.day'
normal.daynormal.day.greynormal.day.mobilenormal.nightnormal.night.greyterrain.day
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Compute Routing MatrixHERE_GET_MATRIXAcciónTool to compute a routing distance/time matrix. Use when you need batch distances and travel times between multiple origins and destinations.
HERE_GET_MATRIXAcciónTool to compute a routing distance/time matrix. Use when you need batch distances and travel times between multiple origins and destinations.
Parámetros de entrada
originsobject[]ObligatorioList of origin points for the matrix
async_modebooleanIf true, returns immediately with a matrixId to poll
destinationsobject[]ObligatorioList of destination points for the matrix
departureTimestringISO 8601 departure time. Required if 'travelTime' is in summaryAttributes
transportModestringenumMode of transport to use for routing
cartruckpedestrianbicyclesummaryAttributesstring[]Attributes to include: 'distance' (meters), 'travelTime' (seconds), 'consumptions' (fuel), or 'tollCost' (currency units)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Meta Info TileHERE_GET_META_INFO_TILEAcciónTool to retrieve metadata for a specific map tile. Use when you need only metadata about a tile without downloading imagery.
HERE_GET_META_INFO_TILEAcciónTool to retrieve metadata for a specific map tile. Use when you need only metadata about a tile without downloading imagery.
Parámetros de entrada
xintegerObligatorioTile column index (XYZ scheme), must be non-negative
yintegerObligatorioTile row index (XYZ scheme), must be non-negative
poisbooleanInclude POI-related information in metadata if true
sizeintegerObligatorioenumTile size in pixels (width and height), either 256 or 512
256512zoomintegerObligatorioTile zoom level (XYZ scheme), must be between 0 and 22 inclusive
formatstringObligatorioenumTile image format, either 'png' or 'png8'
pngpng8schemestringObligatorioenumMap tile scheme, e.g., 'normal.day', 'terrain.day'
normal.daynormal.day.greynormal.day.mobilenormal.nightnormal.night.greyterrain.day
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get POI TileHERE_GET_POI_TILEAcciónTool to retrieve a point-of-interest overlay tile. Use when you need to overlay POI icons on a map tile at a specific scheme, zoom level, and tile coordinates.
HERE_GET_POI_TILEAcciónTool to retrieve a point-of-interest overlay tile. Use when you need to overlay POI icons on a map tile at a specific scheme, zoom level, and tile coordinates.
Parámetros de entrada
xintegerObligatorioTile column index in Web Mercator grid, zero-based.
yintegerObligatorioTile row index in Web Mercator grid, zero-based.
sizeintegerObligatorioenumTile image size in pixels (256 or 512).
256512zoomintegerObligatorioZoom level as integer between 0 (world) and 20 (street-level).
formatstringObligatorioenumImage format for the tile.
pngpng8png32jpgjpg70schemestringObligatorioenumTile scheme for POI overlay (same as base map schemes).
normal.daynormal.day.greynormal.day.transitnormal.nightnormal.night.greynormal.night.transitreduced.dayreduced.nightsatellite.daysatellite.day.transit
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Terrain Map TileHERE_GET_TERRAIN_TILEAcciónTool to retrieve a terrain map tile image. Use when you need terrain and elevation shading details for a specific zoom level, tile coordinates, size, and format.
HERE_GET_TERRAIN_TILEAcciónTool to retrieve a terrain map tile image. Use when you need terrain and elevation shading details for a specific zoom level, tile coordinates, size, and format.
Parámetros de entrada
xintegerObligatorioTile column index in Web Mercator grid, zero-based.
yintegerObligatorioTile row index in Web Mercator grid, zero-based.
sizeintegerObligatorioenumTile image size in pixels. Allowed values: 256 or 512.
256512zoomintegerObligatorioZoom level as an integer between 0 (world) and 20 (street-level)
formatstringObligatorioenumImage format for the terrain tile.
pngpng8png32jpgjpg70
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Traffic FlowHERE_GET_TRAFFIC_FLOWAcciónTool to retrieve real-time traffic flow data. Use when you need current congestion metrics for a specified area.
HERE_GET_TRAFFIC_FLOWAcciónTool to retrieve real-time traffic flow data. Use when you need current congestion metrics for a specified area.
Parámetros de entrada
instringObligatorioSpatial filter defining area of interest. Formats: circle:lat,lng;r=radiusMeters | bbox:west,south,east,north | corridor:flexiblePolyline;r=bufferMeters
advancedFeaturesstringOptional advanced feature flag; e.g., 'deepCoverage'.
useRefReplacementsbooleanOptional flag for reference replacements in corridor requests.
locationReferencingstringObligatorioenumLocation referencing scheme for road segments.
shapetmcolr
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Traffic IncidentsHERE_GET_TRAFFIC_INCIDENTSAcciónTool to fetch real-time traffic incidents within a specified area. Use when you need up-to-date incident data for a geographic region.
HERE_GET_TRAFFIC_INCIDENTSAcciónTool to fetch real-time traffic incidents within a specified area. Use when you need up-to-date incident data for a geographic region.
Parámetros de entrada
instringObligatorioGeospatial filter for the query area. Syntax: circle:lat,lng;r=meters | bbox:w,s,e,n | corridor:ENCODED_POLYLINE;r=meters
typestringFilter incidents by type (e.g., construction, accident).
criticalitystringFilter incidents by severity (e.g., major, minor).
locationReferencingstringObligatorioenumRoad location referencing scheme; one of shape, tmc (Traffic Message Channel), or olr (OpenLR).
shapetmcolr
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Traffic TileHERE_GET_TRAFFIC_TILEAcciónTool to retrieve a traffic overlay tile. Use when you need traffic overlay imagery for a given map style, zoom level, tile coordinates, size, and format.
HERE_GET_TRAFFIC_TILEAcciónTool to retrieve a traffic overlay tile. Use when you need traffic overlay imagery for a given map style, zoom level, tile coordinates, size, and format.
Parámetros de entrada
xintegerObligatorioTile column index (XYZ scheme), must be non-negative
yintegerObligatorioTile row index (XYZ scheme), must be non-negative
ppiintegerPixels-per-inch for HiDPI rendering, e.g., 320 or 400
sizeintegerObligatorioenumTile size in pixels. Allowed values: 256 or 512.
256512timestringISO-8601 time for forecast traffic (deprecated)
zoomintegerObligatorioTile zoom level (XYZ scheme), must be between 0 and 20
app_idstringDeprecated legacy authentication app_id
formatstringObligatorioenumImage format for the tile
pngpng8png32jpgjpg70schemestringObligatorioenumMap style scheme for the traffic overlay
normal.daynormal.day.greynormal.day.transitnormal.nightnormal.night.greynormal.night.transitreduced.dayreduced.nightsatellite.daysatellite.day.transitapp_codestringDeprecated legacy authentication app_code
min_traffic_congestionstringFilter to show traffic at or above this congestion level, e.g., 'heavy'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Waypoint SequenceHERE_GET_WAYPOINT_SEQUENCEAcciónTool to optimize the visit order of multiple waypoints. Use after specifying a start and end location with intermediate points to get the most efficient route.
HERE_GET_WAYPOINT_SEQUENCEAcciónTool to optimize the visit order of multiple waypoints. Use after specifying a start and end location with intermediate points to get the most efficient route.
Parámetros de entrada
originstringObligatorioStart coordinate as 'lat,lon', e.g., '52.53086,13.38474'.
returnstring[]Additional data to return: 'summary', 'polyline'. 'summary' always returned.
waypointstring[]ObligatorioOne or more intermediate waypoints as 'lat,lon'.
arrivalTimestringISO 8601 arrival time, e.g., '2023-01-01T17:00:00Z'.
destinationstringObligatorioEnd coordinate as 'lat,lon', e.g., '52.52079,13.40942'.
routingModestringenumRouting preference: 'fast' or 'short'.
fastshortalternativesbooleanIf true, include alternative optimized sequence if available.
departureTimestringISO 8601 departure time, e.g., '2023-01-01T08:00:00Z'.
transportModestringenumMode of transport for optimization.
cartruckpedestrianbicycle
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Daily Weather ForecastHERE_GET_WEATHER_FORECAST_DAILYAcciónTool to provide daily weather forecasts (up to 7 days). Use when you need a multi-day outlook for a specific location. Returns detailed or simplified daily data based on the 'products' parameter.
HERE_GET_WEATHER_FORECAST_DAILYAcciónTool to provide daily weather forecasts (up to 7 days). Use when you need a multi-day outlook for a specific location. Returns detailed or simplified daily data based on the 'products' parameter.
Parámetros de entrada
qstringLocation as free-form query (e.g., 'Riga,Latvia'). Required if 'location' and 'zipCode' are not provided.
langstringResponse language (IETF BCP-47 tag).
unitsstringenumMeasurement system. One of 'metric' (default) or 'imperial'.
metricimperialzipCodestringU.S. ZIP code. Required if 'q' and 'location' are not provided.
locationstringCoordinates in 'lat,lng' (WGS-84). Required if 'q' and 'zipCode' are not provided.
productsstringObligatorioenumDaily forecast product. Choose 'forecast7days' for full details or 'forecast7daysSimple' for simplified forecast.
forecast7daysforecast7daysSimplepoliticalViewstringPolitical view code for disputed territories (ISO country code).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Weather ObservationHERE_GET_WEATHER_OBSERVATIONAcciónTool to retrieve current weather observation. Use after determining a specific location to get up-to-date weather conditions.
HERE_GET_WEATHER_OBSERVATIONAcciónTool to retrieve current weather observation. Use after determining a specific location to get up-to-date weather conditions.
Parámetros de entrada
qstringFree-text location query (e.g., 'Berlin, Germany')
langstringResponse language (BCP-47 language tag, e.g., 'en-US')
unitsstringenumUnits of measurement: 'metric' (SI) or 'imperial'
metricimperialzipCodestringUS ZIP code (e.g., '10001')
locationstringLatitude,longitude pair in WGS-84 format (e.g., '52.52,13.4050')
politicalViewstringPolitical view (ISO country code) for disputed territories
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Hourly Weather ForecastHERE_HERE_WEATHER_FORECAST_HOURLYAcciónTool to fetch hourly weather forecasts. Use when you need up to 48 hours of forecast data for a location.
HERE_HERE_WEATHER_FORECAST_HOURLYAcciónTool to fetch hourly weather forecasts. Use when you need up to 48 hours of forecast data for a location.
Parámetros de entrada
qstringFree-text location query (e.g., 'Berlin, Germany')
langstringIETF language tag for localized output (e.g., 'en-US')
unitsstringenumMeasurement units: 'metric' (default) or 'imperial'
metricimperialapiKeystringObligatorioHERE API key for authentication
zipCodestringU.S. ZIP code (e.g., '90210'), US only
locationstringCoordinates in 'lat,lon' WGS-84 format (e.g., '52.5200,13.4050')
productsstringObligatorioMust be 'forecastHourly' to retrieve hourly forecasts
hourlyDatestringDate (YYYY-MM-DD) for which hourly data is requested
politicalViewstringPolitical view for disputed territories, ISO country code
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Lookup Place DetailsHERE_LOOKUPAcciónTool to look up detailed information for a place by its HERE ID. Use when you have obtained a HERE identifier and need full metadata about that location.
HERE_LOOKUPAcciónTool to look up detailed information for a place by its HERE ID. Use when you have obtained a HERE identifier and need full metadata about that location.
Parámetros de entrada
idstringObligatorioHERE place or address identifier to look up, e.g., 'here:pds:place:...'.
langstringLanguage for result rendering (BCP-47 code).
showstringAdditional sections to include; e.g., 'tz' for time zone details.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reverse Geocode CoordinatesHERE_REVERSE_GEOCODEAcciónTool to convert geographic coordinates into a human-readable address. Use when you have latitude and longitude and need the nearest address.
HERE_REVERSE_GEOCODEAcciónTool to convert geographic coordinates into a human-readable address. Use when you have latitude and longitude and need the nearest address.
Parámetros de entrada
atstringObligatorioCoordinates to search around, formatted 'latitude,longitude'.
langstringResponse language (BCP-47), e.g., 'en-US'.
showstringAdditional sections to include, e.g., 'tz' for time zone.
_showNavAttributesstringInclude navigation attributes, e.g., 'speedLimits'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Weather AlertsHERE_WEATHER_ALERTSAcciónTool to retrieve severe weather alerts for specified locations or routes. Use after constructing a GeoJSON FeatureCollection of points or corridors to assess potential weather hazards.
HERE_WEATHER_ALERTSAcciónTool to retrieve severe weather alerts for specified locations or routes. Use after constructing a GeoJSON FeatureCollection of points or corridors to assess potential weather hazards.
Parámetros de entrada
qstringFree-text location query (e.g., 'Berlin, Germany')
bodyobjectGeoJSON FeatureCollection describing points or routes to check
langstringResponse language (IETF BCP-47 tag, e.g., 'en-US')
unitsstringenumUnits of measurement: 'metric' or 'imperial'
metricimperialapiKeystringObligatorioHERE API key for authentication
zipCodestringUS ZIP code (e.g., '10001')
locationstringCoordinates in 'lat,lng' WGS-84 format (e.g., '52.5200,13.4050')
politicalViewstringPolitical view (ISO country code) for disputed territories
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Astronomy ForecastHERE_WEATHER_ASTRONOMYAcciónTool to fetch astronomical data (sunrise, sunset) for a specific location. Use when you need daily sun and moon event times.
HERE_WEATHER_ASTRONOMYAcciónTool to fetch astronomical data (sunrise, sunset) for a specific location. Use when you need daily sun and moon event times.
Parámetros de entrada
qstringFree-text place query (e.g., 'Riga, Latvia').
langstringIETF BCP-47 language tag for response (e.g., 'en-US').
unitsstringenumMeasurement units: 'metric' (default) or 'imperial'.
metricimperialzipCodestringU.S. ZIP code (e.g., '90210').
locationstringCoordinates as 'latitude,longitude' (e.g., '52.5251,13.3694').
hourlyDatestringFilter hourly products by date 'YYYY-MM-DD'.
politicalViewstringISO-3166-1 country code for disputed territories (e.g., 'CHN').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not