NAiOS IconNAiOS Logo
Volver al catálogo

Here

here

HERE 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
29
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • qstringObligatorio

    Free-form text to suggest on (partial or misspelled)

  • atstring

    Latitude,longitude to bias suggestions (e.g., '52.5200,13.4050')

  • instring

    Geographic filter region (circle, bbox, or political boundary)

  • langstring

    IETF BCP 47 language tag for results (e.g., 'en-US')

  • limitinteger

    Maximum number of suggestions to return

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Browse PlacesHERE_BROWSEAcción

Tool 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

  • atstringObligatorio

    Center point for the search area, formatted as 'lat,lng'.

  • langstring

    BCP 47 language tag for localized results, e.g., 'en-US'.

  • namestring

    Text filter to match place names within the chosen categories.

  • limitinteger

    Maximum number of items to return.

  • foodTypesstring

    Comma-separated HERE Places cuisine/food type IDs to filter results.

  • categoriesstring

    Comma-separated HERE Places category IDs to filter results (e.g., '700-7000-0322').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Calculate Fleet Telematics RouteHERE_CALCULATE_ROUTEAcción

Tool to calculate a route between waypoints with vehicle profile options. Use when planning a route with toll and vehicle constraints.

Parámetros de entrada

  • modestringObligatorio

    Routing profile, including vehicle type, e.g., 'fastest;truck'.

  • fuelTypestringenum

    Fuel type affecting toll/environmental rules.

    petroldiesellnglpgcngethanolpropanehydrogenelectric
  • overlaysstring

    Comma-separated map overlay names for custom routing layers.

  • waypointsstring[]Obligatorio

    List 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'].

  • instructionFormatstringenum

    Format for maneuver instructions.

    texthtml
  • maneuverAttributesstring[]

    Additional maneuver attributes to include, e.g., ['direction','action'].

  • ignorePreferredRoutesboolean

    Disable preferred truck routes when true.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Coordinates to Tile IndicesHERE_COORDINATES_TO_TILE_INDICESAcción

Tool 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

  • latnumberObligatorio

    Latitude in degrees, must be between -85 and 85

  • lngnumberObligatorio

    Longitude in degrees, must be between -180 and 180

  • zoomintegerObligatorio

    Zoom level, integer between 0 and 20

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Discover PlacesHERE_DISCOVERAcción

Tool 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

  • qstringObligatorio

    Free-form search query for places or addresses.

  • atstring

    Latitude and longitude to center the search, formatted 'lat,lng'. Required if 'in' is omitted.

  • in_string

    Geographical filter for search area instead of 'at'. Examples: 'bbox:west,south,east,north' or 'countryCode:DEU'.

  • langstring

    Preferred response language (BCP-47), e.g., 'en-US'.

  • limitinteger

    Maximum number of results to return (1-100).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Geocode AddressHERE_GEOCODEAcción

Tool 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

  • qstring

    Free-text address or place query. Required if 'qq' is not used.

  • atstring

    Position context to bias results, formatted 'lat,lng'.

  • qqstring

    Qualified key=value query string, e.g., 'street=Invalidenstr;city=Berlin;postalCode=10115;country=DE'. Required if 'q' is not used.

  • in_string

    Spatial filter for search area, e.g., 'circle:lat,lng;r=radius', 'bbox:west,south,east,north', or country/region filters as documented.

  • langstring

    Response language (BCP-47), e.g., 'en-US'.

  • showstring

    Additional sections to include, e.g., 'tz' for time zone.

  • limitinteger

    Maximum number of results to return.

  • politicalViewstring

    Political view to use for disputed areas (ISO country code).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Aerial TileHERE_GET_AERIAL_TILEAcción

Tool to retrieve a satellite/aerial map tile. Use when you need tile imagery for a given zoom level and coordinates.

Parámetros de entrada

  • xintegerObligatorio

    Tile column index (XYZ scheme), must be non-negative

  • yintegerObligatorio

    Tile row index (XYZ scheme), must be non-negative

  • ppiinteger

    Pixels-per-inch for label sizing, e.g., 400

  • langstring

    Primary label language (ISO 639-1 code)

  • sizeinteger

    Tile size in pixels (commonly 256 or 512)

  • zoomintegerObligatorio

    Tile zoom level (XYZ scheme), must be non-negative

  • lang2string

    Secondary label language (ISO 639-1 code)

  • pviewstring

    Geopolitical view (ISO 3166-1 alpha-2 code)

  • stylestringenum

    Map style: 'satellite.day' for aerial imagery (no labels) or 'explore.satellite.day' for hybrid imagery with labels

    satellite.dayexplore.satellite.day
  • formatstringObligatorioenum

    Image format for the tile

    pngpng8
  • featuresstring

    Optional features string, e.g., 'vehicle_restrictions:active_and_inactive'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Base Map TileHERE_GET_BASE_MAP_TILEAcción

Tool 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

  • xintegerObligatorio

    Tile column index in Web Mercator grid, zero-based.

  • yintegerObligatorio

    Tile row index in Web Mercator grid, zero-based.

  • sizeintegerObligatorioenum

    Tile image size in pixels. Allowed values: 256 or 512.

    256512
  • zoomintegerObligatorio

    Zoom level as an integer between 0 (world) and 20 (street-level).

  • formatstringObligatorioenum

    Image format for the tile.

    pngpng8png32jpgjpg70
  • schemestringObligatorioenum

    Tile 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hybrid Map TileHERE_GET_HYBRID_TILEAcción

Tool 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

  • xintegerObligatorio

    Tile X coordinate, between 0 and 2^zoom - 1

  • yintegerObligatorio

    Tile Y coordinate, between 0 and 2^zoom - 1

  • sizeintegerObligatorioenum

    Tile size in pixels (width and height), either 256 or 512

    256512
  • zoomintegerObligatorio

    Zoom level, integer between 0 and 20 inclusive

  • formatstringObligatorioenum

    Tile image format, either 'png' (full-color) or 'png8' (8-bit color)

    pngpng8

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get IsolinesHERE_GET_ISOLINESAcción

Tool to calculate isolines. Use when you need reachable area polygons based on time, distance, or consumption ranges.

Parámetros de entrada

  • originstring

    Starting coordinate for forward isolines, formatted as 'lat,lng'. Required if destination is not provided.

  • tiresCountinteger

    Vehicle tires/wheels count restriction parameter.

  • destinationstring

    Target coordinate for reverse isolines, formatted as 'lat,lng'. Required if origin is not provided.

  • emptyWeightnumber

    Vehicle empty weight restriction parameter.

  • range[type]stringObligatorioenum

    Basis of isoline calculation: time (seconds), distance (meters), or consumption.

    timedistanceconsumption
  • routingModestringenum

    Routing preference for calculation.

    fastshort
  • departureTimestring

    Departure time in ISO 8601 format for traffic-aware isolines.

  • range[values]integer[]Obligatorio

    One or more range break values; seconds for time, meters for distance.

  • transportModestringenum

    Transport mode for calculation.

    carpedestriantrucktaxibus

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Label TileHERE_GET_LABEL_TILEAcción

Tool to retrieve a label overlay tile. Use when you need map labels after selecting scheme, zoom, and tile indices.

Parámetros de entrada

  • xintegerObligatorio

    Tile column index (0 ≤ x < 2^zoom).

  • yintegerObligatorio

    Tile row index (0 ≤ y < 2^zoom).

  • ppiinteger

    Pixels-per-inch for label rendering, e.g., 320.

  • langstring

    Primary label language (ISO 639-1 code).

  • sizeintegerenum

    Tile size in pixels. Common values: 256 or 512.

    256512
  • zoomintegerObligatorio

    Zoom level (0-22).

  • lang2string

    Secondary label language (ISO 639-1 code).

  • pviewstring

    Geopolitical view code (three letters, e.g., 'USA', 'DEU'). Must match ^[a-zA-Z]{3}$.

  • formatstringenum

    Image format for the tile.

    pngpng8
  • schemestringObligatorioenum

    Map 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Line Overlay TileHERE_GET_LINE_TILEAcción

Tool to retrieve a line overlay tile. Use when you need to overlay road and border lines on a base map.

Parámetros de entrada

  • xintegerObligatorio

    Tile column index (Web Mercator), must be non-negative

  • yintegerObligatorio

    Tile row index (Web Mercator), must be non-negative

  • lgstring

    Optional BCP-47 language tag for localized content

  • ppiinteger

    Optional pixels-per-inch hint affecting rendering density

  • sizeintegerObligatorioenum

    Tile size in pixels (width and height), either 256 or 512

    256512
  • zoomintegerObligatorio

    Tile zoom level (Web Mercator), must be non-negative

  • formatstringObligatorioenum

    Image format for the tile, either 'png' or 'png8'

    pngpng8
  • schemestringObligatorio

    Rendering scheme/style for the line tile, e.g., 'normal.day'. See HERE Map Tile API docs for supported schemes.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Map ImageHERE_GET_MAP_IMAGEAcción

Tool 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

  • sizestringObligatorio

    Image dimensions in pixels as '{width}x{height}', e.g., '480x370'.

  • stylestring

    Map style identifier, e.g., 'lite.day'.

  • formatstringObligatorioenum

    Output image format in the path. Common values: 'png8', 'png', 'jpg', 'svg'.

    png8pngjpgsvg
  • geojsonstring

    URL-encoded GeoJSON FeatureCollection to overlay custom shapes. Must be valid JSON string.

  • overlaystring

    Compact overlay encoding for custom points/lines/polygons with styling. E.g., 'line:{encoded};color=#E82D89;width=30m'.

  • featuresstring

    Comma-separated list of feature toggles with modes. E.g., 'vehicle_restrictions:active_and_inactive,pois:disabled'.

  • scaleBarstring

    Units for the scale bar, e.g., 'mi' or 'km'.

  • parametersstringObligatorio

    Path 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Base Map TileHERE_GET_MAP_TILEAcción

Tool 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

  • xintegerObligatorio

    Tile column index (XYZ scheme), must be non-negative

  • yintegerObligatorio

    Tile row index (XYZ scheme), must be non-negative

  • sizeintegerObligatorioenum

    Tile size in pixels (width and height), either 256 or 512

    256512
  • zoomintegerObligatorio

    Tile zoom level (XYZ scheme), integer between 0 and 20 inclusive

  • formatstringObligatorioenum

    Tile image format, either 'png' or 'png8'

    pngpng8
  • schemestringObligatorioenum

    Map tile scheme, e.g., 'normal.day', 'terrain.day'

    normal.daynormal.day.greynormal.day.mobilenormal.nightnormal.night.greyterrain.day

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Compute Routing MatrixHERE_GET_MATRIXAcción

Tool 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[]Obligatorio

    List of origin points for the matrix

  • async_modeboolean

    If true, returns immediately with a matrixId to poll

  • destinationsobject[]Obligatorio

    List of destination points for the matrix

  • departureTimestring

    ISO 8601 departure time. Required if 'travelTime' is in summaryAttributes

  • transportModestringenum

    Mode of transport to use for routing

    cartruckpedestrianbicycle
  • summaryAttributesstring[]

    Attributes to include: 'distance' (meters), 'travelTime' (seconds), 'consumptions' (fuel), or 'tollCost' (currency units)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Meta Info TileHERE_GET_META_INFO_TILEAcción

Tool to retrieve metadata for a specific map tile. Use when you need only metadata about a tile without downloading imagery.

Parámetros de entrada

  • xintegerObligatorio

    Tile column index (XYZ scheme), must be non-negative

  • yintegerObligatorio

    Tile row index (XYZ scheme), must be non-negative

  • poisboolean

    Include POI-related information in metadata if true

  • sizeintegerObligatorioenum

    Tile size in pixels (width and height), either 256 or 512

    256512
  • zoomintegerObligatorio

    Tile zoom level (XYZ scheme), must be between 0 and 22 inclusive

  • formatstringObligatorioenum

    Tile image format, either 'png' or 'png8'

    pngpng8
  • schemestringObligatorioenum

    Map tile scheme, e.g., 'normal.day', 'terrain.day'

    normal.daynormal.day.greynormal.day.mobilenormal.nightnormal.night.greyterrain.day

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get POI TileHERE_GET_POI_TILEAcción

Tool 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

  • xintegerObligatorio

    Tile column index in Web Mercator grid, zero-based.

  • yintegerObligatorio

    Tile row index in Web Mercator grid, zero-based.

  • sizeintegerObligatorioenum

    Tile image size in pixels (256 or 512).

    256512
  • zoomintegerObligatorio

    Zoom level as integer between 0 (world) and 20 (street-level).

  • formatstringObligatorioenum

    Image format for the tile.

    pngpng8png32jpgjpg70
  • schemestringObligatorioenum

    Tile 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Terrain Map TileHERE_GET_TERRAIN_TILEAcción

Tool 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

  • xintegerObligatorio

    Tile column index in Web Mercator grid, zero-based.

  • yintegerObligatorio

    Tile row index in Web Mercator grid, zero-based.

  • sizeintegerObligatorioenum

    Tile image size in pixels. Allowed values: 256 or 512.

    256512
  • zoomintegerObligatorio

    Zoom level as an integer between 0 (world) and 20 (street-level)

  • formatstringObligatorioenum

    Image format for the terrain tile.

    pngpng8png32jpgjpg70

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Traffic FlowHERE_GET_TRAFFIC_FLOWAcción

Tool to retrieve real-time traffic flow data. Use when you need current congestion metrics for a specified area.

Parámetros de entrada

  • instringObligatorio

    Spatial filter defining area of interest. Formats: circle:lat,lng;r=radiusMeters | bbox:west,south,east,north | corridor:flexiblePolyline;r=bufferMeters

  • advancedFeaturesstring

    Optional advanced feature flag; e.g., 'deepCoverage'.

  • useRefReplacementsboolean

    Optional flag for reference replacements in corridor requests.

  • locationReferencingstringObligatorioenum

    Location referencing scheme for road segments.

    shapetmcolr

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Traffic IncidentsHERE_GET_TRAFFIC_INCIDENTSAcción

Tool 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

  • instringObligatorio

    Geospatial filter for the query area. Syntax: circle:lat,lng;r=meters | bbox:w,s,e,n | corridor:ENCODED_POLYLINE;r=meters

  • typestring

    Filter incidents by type (e.g., construction, accident).

  • criticalitystring

    Filter incidents by severity (e.g., major, minor).

  • locationReferencingstringObligatorioenum

    Road location referencing scheme; one of shape, tmc (Traffic Message Channel), or olr (OpenLR).

    shapetmcolr

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Traffic TileHERE_GET_TRAFFIC_TILEAcción

Tool 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

  • xintegerObligatorio

    Tile column index (XYZ scheme), must be non-negative

  • yintegerObligatorio

    Tile row index (XYZ scheme), must be non-negative

  • ppiinteger

    Pixels-per-inch for HiDPI rendering, e.g., 320 or 400

  • sizeintegerObligatorioenum

    Tile size in pixels. Allowed values: 256 or 512.

    256512
  • timestring

    ISO-8601 time for forecast traffic (deprecated)

  • zoomintegerObligatorio

    Tile zoom level (XYZ scheme), must be between 0 and 20

  • app_idstring

    Deprecated legacy authentication app_id

  • formatstringObligatorioenum

    Image format for the tile

    pngpng8png32jpgjpg70
  • schemestringObligatorioenum

    Map style scheme for the traffic overlay

    normal.daynormal.day.greynormal.day.transitnormal.nightnormal.night.greynormal.night.transitreduced.dayreduced.nightsatellite.daysatellite.day.transit
  • app_codestring

    Deprecated legacy authentication app_code

  • min_traffic_congestionstring

    Filter to show traffic at or above this congestion level, e.g., 'heavy'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Waypoint SequenceHERE_GET_WAYPOINT_SEQUENCEAcción

Tool 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

  • originstringObligatorio

    Start coordinate as 'lat,lon', e.g., '52.53086,13.38474'.

  • returnstring[]

    Additional data to return: 'summary', 'polyline'. 'summary' always returned.

  • waypointstring[]Obligatorio

    One or more intermediate waypoints as 'lat,lon'.

  • arrivalTimestring

    ISO 8601 arrival time, e.g., '2023-01-01T17:00:00Z'.

  • destinationstringObligatorio

    End coordinate as 'lat,lon', e.g., '52.52079,13.40942'.

  • routingModestringenum

    Routing preference: 'fast' or 'short'.

    fastshort
  • alternativesboolean

    If true, include alternative optimized sequence if available.

  • departureTimestring

    ISO 8601 departure time, e.g., '2023-01-01T08:00:00Z'.

  • transportModestringenum

    Mode of transport for optimization.

    cartruckpedestrianbicycle

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Daily Weather ForecastHERE_GET_WEATHER_FORECAST_DAILYAcción

Tool 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

  • qstring

    Location as free-form query (e.g., 'Riga,Latvia'). Required if 'location' and 'zipCode' are not provided.

  • langstring

    Response language (IETF BCP-47 tag).

  • unitsstringenum

    Measurement system. One of 'metric' (default) or 'imperial'.

    metricimperial
  • zipCodestring

    U.S. ZIP code. Required if 'q' and 'location' are not provided.

  • locationstring

    Coordinates in 'lat,lng' (WGS-84). Required if 'q' and 'zipCode' are not provided.

  • productsstringObligatorioenum

    Daily forecast product. Choose 'forecast7days' for full details or 'forecast7daysSimple' for simplified forecast.

    forecast7daysforecast7daysSimple
  • politicalViewstring

    Political view code for disputed territories (ISO country code).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Weather ObservationHERE_GET_WEATHER_OBSERVATIONAcción

Tool to retrieve current weather observation. Use after determining a specific location to get up-to-date weather conditions.

Parámetros de entrada

  • qstring

    Free-text location query (e.g., 'Berlin, Germany')

  • langstring

    Response language (BCP-47 language tag, e.g., 'en-US')

  • unitsstringenum

    Units of measurement: 'metric' (SI) or 'imperial'

    metricimperial
  • zipCodestring

    US ZIP code (e.g., '10001')

  • locationstring

    Latitude,longitude pair in WGS-84 format (e.g., '52.52,13.4050')

  • politicalViewstring

    Political view (ISO country code) for disputed territories

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Hourly Weather ForecastHERE_HERE_WEATHER_FORECAST_HOURLYAcción

Tool to fetch hourly weather forecasts. Use when you need up to 48 hours of forecast data for a location.

Parámetros de entrada

  • qstring

    Free-text location query (e.g., 'Berlin, Germany')

  • langstring

    IETF language tag for localized output (e.g., 'en-US')

  • unitsstringenum

    Measurement units: 'metric' (default) or 'imperial'

    metricimperial
  • apiKeystringObligatorio

    HERE API key for authentication

  • zipCodestring

    U.S. ZIP code (e.g., '90210'), US only

  • locationstring

    Coordinates in 'lat,lon' WGS-84 format (e.g., '52.5200,13.4050')

  • productsstringObligatorio

    Must be 'forecastHourly' to retrieve hourly forecasts

  • hourlyDatestring

    Date (YYYY-MM-DD) for which hourly data is requested

  • politicalViewstring

    Political view for disputed territories, ISO country code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Lookup Place DetailsHERE_LOOKUPAcción

Tool 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

  • idstringObligatorio

    HERE place or address identifier to look up, e.g., 'here:pds:place:...'.

  • langstring

    Language for result rendering (BCP-47 code).

  • showstring

    Additional sections to include; e.g., 'tz' for time zone details.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reverse Geocode CoordinatesHERE_REVERSE_GEOCODEAcción

Tool 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

  • atstringObligatorio

    Coordinates to search around, formatted 'latitude,longitude'.

  • langstring

    Response language (BCP-47), e.g., 'en-US'.

  • showstring

    Additional sections to include, e.g., 'tz' for time zone.

  • _showNavAttributesstring

    Include navigation attributes, e.g., 'speedLimits'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Weather AlertsHERE_WEATHER_ALERTSAcción

Tool 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

  • qstring

    Free-text location query (e.g., 'Berlin, Germany')

  • bodyobject

    GeoJSON FeatureCollection describing points or routes to check

  • langstring

    Response language (IETF BCP-47 tag, e.g., 'en-US')

  • unitsstringenum

    Units of measurement: 'metric' or 'imperial'

    metricimperial
  • apiKeystringObligatorio

    HERE API key for authentication

  • zipCodestring

    US ZIP code (e.g., '10001')

  • locationstring

    Coordinates in 'lat,lng' WGS-84 format (e.g., '52.5200,13.4050')

  • politicalViewstring

    Political view (ISO country code) for disputed territories

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Astronomy ForecastHERE_WEATHER_ASTRONOMYAcción

Tool to fetch astronomical data (sunrise, sunset) for a specific location. Use when you need daily sun and moon event times.

Parámetros de entrada

  • qstring

    Free-text place query (e.g., 'Riga, Latvia').

  • langstring

    IETF BCP-47 language tag for response (e.g., 'en-US').

  • unitsstringenum

    Measurement units: 'metric' (default) or 'imperial'.

    metricimperial
  • zipCodestring

    U.S. ZIP code (e.g., '90210').

  • locationstring

    Coordinates as 'latitude,longitude' (e.g., '52.5251,13.3694').

  • hourlyDatestring

    Filter hourly products by date 'YYYY-MM-DD'.

  • politicalViewstring

    ISO-3166-1 country code for disputed territories (e.g., 'CHN').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not