Connect Here to Definable AI
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.
About Here
Here is a productivity tool. Connect it to Definable AI with one-click OAuth2 — no API keys or custom code required.
What you can automate with Here
Use Definable AI's agent platform to trigger workflows from Here, process results with 50+ AI models, and sync data across 900+ connected apps.
Tools & Actions (111 available)
- Autosuggest Places: Tool to fetch possible completions for a partial search term. Use after capturing a partial query and location context to generate typeahead suggestions.
- Browse Places: 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.
- Calculate Fleet Telematics Route: Calculate optimal routes between multiple waypoints supporting various transport modes (car, truck, bicycle, pedestrian). Returns route summary with travel time and distance. Supports fleet-specific parameters like fuel type and preferred routes. Uses HERE Fleet Telematics API with automatic fallback to Routing v8 API.
- Calculate Routes: Tool to calculate routes between waypoints supporting multiple transport modes (car, truck, pedestrian, bicycle, scooter, taxi, bus). Returns route geometry, turn-by-turn instructions, travel time, and distance. Use when planning navigation or analyzing travel options.
- Calculate Routes via POST: Calculate routes using POST method with extensive customization options via request body. Supports car, truck, pedestrian, bicycle, scooter, taxi, and bus modes. Use when you need to avoid specific areas/segments, specify EV preferences, or set speed restrictions that exceed URL length limits.
- Cancel Tour Planning Problem: Tool to cancel a running asynchronous tour planning optimization job. Use when you need to stop an in-progress optimization calculation that is no longer needed or was submitted in error.
- Compute Routing Matrix: Computes routing matrices for batch distance and travel time calculations between multiple origins and destinations. Use this tool when you need to: - Calculate distances/times for all combinations of multiple starting points and destinations - Perform batch routing calculations efficiently (up to 10,000 origins × 10,000 destinations) - Get travel times with traffic considerations (when departureTime is provided) - Optimize delivery routes, logistics planning, or proximity analysis The response returns flat arrays in row-major order where element k represents the route from origin i to destination j, calculated as: k = numDestinations * i + j
- Coordinates to Tile Indices: 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.
- Daily Weather Forecast: Get 7-day weather forecasts for any location worldwide. Returns either detailed segment-level forecasts (morning/afternoon/evening/night) or simplified daily summaries. Supports location queries by city name, coordinates, or U.S. ZIP codes. Use 'forecast7days' for comprehensive weather planning, 'forecast7daysSimple' for quick daily overview.
- Decode Route Handle: Tool to decode and return a route from a previously calculated route handle via POST request. Use when you need to retrieve a route using a handle obtained from a previous route calculation.
- Discover Places: 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.
- Find Optimal Waypoint Sequence: Tool to find the optimal sequence of waypoints using POST request to solve the Travelling Salesman Problem. Supports advanced vehicle parameters including truck restrictions, hazardous goods, toll calculations, and environmental zones. Returns optimized visit order with distance, time, and interconnections between waypoints.
- Geocode Address: Tool to convert structured address data into geographic coordinates. Use when you need precise lat/lng from a free-text or qualified address input.
- Get Address Autocomplete: Tool to get address autocomplete suggestions for partial address queries. Use when you need address-specific completions focusing on addresses and administrative areas, unlike autosuggest which includes broader place categories.
- Get Aerial Tile: Tool to retrieve a satellite/aerial map tile. Use when you need tile imagery for a given zoom level and coordinates.
- Get Aliases Service Health: Tool to check the health status of the HERE Tracking aliases service. Use to verify service availability before making other aliases API calls.
- Get Aliases Service Version: Tool to get the current version of the HERE Tracking Aliases service. Use when you need to verify the service version for compatibility or debugging purposes.
- Get Associations Service Health: Tool to check the health status of the HERE Tracking Associations API service. Use when you need to verify that the associations service is operational and responding correctly.
- Get Associations Service Version: Tool to retrieve the current version of the HERE Associations tracking service. Use when you need to verify the service version or check service availability.
- Get Astronomy Forecast: Tool to fetch astronomical data (sunrise, sunset) for a specific location. Use when you need daily sun and moon event times.
- Get Base Map Tile: Retrieves a base map tile image from HERE Raster Tile API v3. Returns map tiles in various styles (normal day/night, satellite, reduced/lite) at specified zoom levels and tile coordinates using the Web Mercator projection. Tiles are provided in 256x256 or 512x512 pixel sizes in PNG or JPEG format. Use this to display map imagery in applications requiring tiled map rendering.
- Get Bulkjobs Service Health: Tool to check the health status of the HERE Tracking bulkjobs service. Use to verify service availability before making other bulkjobs API calls.
- Get Bulkjobs Service Version: Tool to retrieve the current version of the HERE Bulkjobs tracking service. Use when you need to verify the service version number.
- Get C2C Service Health: Tool to check HERE C2C service health status. Use when you need to verify if the Car-to-Cloud tracking service is operational.
- Get C2C Service Version: Tool to get the current version of the HERE C2C tracking service. Use when you need to check the service version for compatibility or monitoring purposes.
- Get Copyright: Tool to retrieve copyright information for HERE map tiles. Returns copyright text, labels, and geographic coverage areas for different map styles and zoom levels. Use when you need to display proper attribution for HERE map tiles in your application.
- Get Events Health Status: Tool to check the health status of the HERE Events API service. Use to verify if the Events API is operational.
- Get Events Service Version: Tool to get the current version of the HERE Events service. Use when you need to check the service version for compatibility or monitoring purposes.
- Get Features: Tool to retrieve available map features per style for tile rendering. Use when you need to discover which features (environmental zones, congestion zones, POIs, vehicle restrictions) are supported by different map styles.
- Get Geofences Health: Tool to check the health status of the HERE Geofences service. Use when you need to verify if the geofences API is operational before making other requests.
- Get Geofences Service Version: Tool to get the current version of the HERE Geofences service. Use when you need to check the service version for compatibility or monitoring purposes.
- Get Hybrid Map Tile: Retrieves a hybrid map tile combining satellite/aerial imagery with road network overlays and location labels. Hybrid tiles show real-world satellite photos with street names, POI labels, and geographic features overlaid on top. Use this when you need both satellite imagery context AND readable labels/annotations. For pure satellite imagery without labels, use get_aerial_tile instead. Example: "Get a hybrid tile at zoom 14, tile coordinates (8587, 5700)" - returns satellite imagery of that location with street names and labels overlaid.
- Get Incident By ID: Tool to get details of a specific traffic incident by its ID. Returns full incident information including description, severity, and affected road segments. Use when you need comprehensive details about a known traffic incident.
- Get Isolines: Tool to calculate isolines. Use when you need reachable area polygons based on time, distance, or consumption ranges.
- Get Label Tile: Retrieves a map tile image with text labels using HERE Raster Tile API v3. Returns map tiles in various styles (day/night, grayscale, terrain) with street names, city names, and POI labels rendered in specified language(s). Use this when you need labeled map imagery at specific tile coordinates and zoom levels for tiled map rendering. Tiles use Web Mercator projection in standard 256x256 or 512x512 pixel sizes.
- Get Labels Service Health: Tool to check the health status of the HERE Labels service. Use when you need to verify if the labels service is operational.
- Get Labels Service Version: Tool to retrieve the current version of the HERE Labels service. Use when you need to check the service version for compatibility or debugging purposes.
- Get Largedata Service Health: Tool to check the health status of the HERE Tracking largedata service. Use to verify service availability before making other largedata API calls.
- Get Largedata Service Version: Tool to retrieve the current version of the HERE largedata tracking service. Use when you need to verify the service version number.
- Get Line Overlay Tile: Tool to retrieve a line overlay tile showing road and border lines. Use when you need to display transportation networks and boundaries. This action uses the HERE Raster Tile API v3.
- Get Locations Service Health: Tool to check the health status of HERE's locations tracking service. Use when you need to verify if the locations API is operational and responding correctly.
- Get Locations Service Version: Tool to retrieve the current version of the HERE Tracking Locations service. Use when you need to check the service version or verify service availability.
- Get Map Image: Retrieves a static map image from HERE Map Image API v3. Returns a downloadable PNG image with customizable center/zoom, dimensions, style, and overlay markers/shapes. Useful for generating map snapshots for reports, visualizations, or embedding in applications.
- Get Map Tile: Retrieve a map tile image using HERE Raster Tile API v3. Use this tool when you need map imagery for a specific geographic location at a given zoom level. Returns a bitmap image (PNG, PNG8, or JPG) that can be combined with other tiles to display maps. Supports various styles including day/night themes and satellite imagery.
- Get Map Tile with Transit: Tool to request a map tile with public transport overlay from HERE Raster Tile API v3. Use when you need street map tiles with transit information displayed (buses, trains, tram lines, etc.). Returns a PNG image with base map and public transport overlays.
- Get Matrix Calculation Result: Tool to retrieve the result of a successfully completed matrix calculation. Use when you have a matrixId from a previous matrix calculation request and need to fetch the computed distances and travel times.
- Get Matrix Routing Profile: Tool to retrieve a specific matrix routing profile definition by its ID. Use when you need to inspect predefined routing configurations including transport mode, routing optimization, avoid options, and region definitions.
- Get Meta Info Tile (Deprecated): DEPRECATED: This action uses HERE Map Tile API v2 which was shut down in Q1 2025. The metainfo/metadata endpoint is not available in the replacement Raster Tile API v3. For tile metadata, consider using HERE Vector Tile API v2 which provides geometric data and metadata in vector format. Original functionality: Retrieve JSON metadata for a specific map tile including information about street labels, POIs, buildings, and other rendered objects without downloading the tile image.
- Get Metadata Service Health: Tool to retrieve the health status of the HERE Tracking metadata service. Use when you need to verify if the service is operational.
- Get Notifications Service Health: Tool to check the health status of the HERE Tracking Notifications service. Use when you need to verify if the notifications service is operational and performing as expected.
- Get Notifications Service Version: Tool to get the current version of the HERE Notifications service. Use when you need to check the service version for compatibility or monitoring purposes.
- Get OpenAPI Specification: Tool to retrieve the OpenAPI 3 specification for the HERE Traffic API v7. Use when you need the complete API schema documentation.
- Get POI Tile: Retrieves a map tile with POI (Point of Interest) overlays using HERE Raster Tile API v3. Returns a raster image showing POI markers like restaurants, shops, landmarks on top of the base map. Use this when you need map tiles displaying POI locations at specific coordinates and zoom levels.
- Get Places Discover Search: Tool to request a list of nearby places based on a query string. Use when you need to find specific places or points of interest near a geographic location.
- Get Political Views: Tool to retrieve available geopolitical views for HERE map rendering. Returns a mapping of map resources to supported country-specific boundary representations (ISO 3166-1 alpha-2 codes). Use when you need to determine which political views are available for displaying maps with region-specific boundaries.
- Get Raster Map Tile: Tool to retrieve a raster map tile image for a specific zoom level, column, and row from HERE Raster Tile API v3. Use when you need to fetch map tiles in various formats (PNG, JPEG) for different resource types (base maps, aerial imagery, traffic overlays, etc.). Supports customization options including language, geopolitical views, styles, and resolution.
- Get Raster Map Tile: Retrieves a raster map tile image from HERE Raster Tile API v3. Supports various layer types (base, satellite, terrain, truck, traffic) and image formats (PNG, JPEG). Returns tiles at specified zoom levels and coordinates using the Web Mercator projection (XYZ tile scheme). Use this to display map imagery in applications requiring tiled map rendering with flexible layer and style options.
- Get Raster Tile API Info: Tool to get metadata about the HERE Raster Tile API v3. Returns information about accepted values of API parameters including supported image formats, sizes, styles, projections, resources, and zoom level ranges. Use when you need to discover available options before requesting map tiles.
- Get Registry Health: Tool to check the health status of the HERE Tracking Registry service. Use this to verify if the registry service is operational and responding normally.
- Get Registry Service Version: Tool to get the current version of the HERE Registry service. Use when you need to check the service version for compatibility or monitoring purposes.
- Get Route by Handle: Tool to decode and return a route from a previously calculated route handle via GET request. Use when you need to retrieve a route that was previously calculated and returned with a routeHandle.
- Get Rules Service Health: Tool to check the health status of the HERE Tracking Rules service. Use when you need to verify if the Rules API service is operational. Returns a simple health status message.
- Get Rules Service Version: Tool to retrieve the current version of the HERE Tracking Rules service. Use when you need to check the service version for compatibility or debugging purposes.
- Get Sensors Health: Tool to check the health status of the HERE Tracking Sensors service. Use this to verify that the service is operational and performing as expected.
- Get Sensors Service Version: Tool to retrieve the current version of the HERE Tracking sensors service. Use when you need to check the service version information.
- Get Server Timestamp: Tool to get the current server timestamp from HERE Tracking API. Use when you need a synchronized Unix epoch timestamp (seconds since 1970-01-01 00:00:00 UTC) from HERE servers.
- Get Service Health Status: Tool to check the HERE Tracking service health status. Use when you need to verify if the service is operational and performing as expected.
- Get Service Health Status: Tool to check the health status of the HERE Tracking API service. Use when you need to verify if the service is operational and performing as expected.
- Get Service Version: Tool to retrieve the current version number of the HERE Tracking service. Use when you need to verify the service version or check API compatibility.
- Get Shadows Service Health: Tool to check the health status of the HERE Tracking Shadows service. Use when you need to verify if the shadows service is operational and performing as expected.
- Get Shadows Service Version: Tool to retrieve the current version of the HERE Shadows tracking service. Use when you need to verify the service version number.
- Get Shipments Health: Tool to check the health status of the HERE Shipments service. Use when you need to verify if the tracking service is operational.
- Get Shipments Service Version: Tool to get the HERE shipments tracking service version. Use when you need to check the current version of the shipments API service.
- Get Station Details by IDs: Tool to request details of specific transit stations based on station IDs. Use when you have station IDs from a previous search and need detailed information about those stations.
- Get Supported Languages: Tool to retrieve supported languages for map tile labels from HERE Raster Tile API. Use when you need to determine which language options are available for rendering map labels and text on different map layers.
- Get Terrain Map Tile: 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.
- Get Tour Planning Job Status: Check the status of an asynchronous tour planning optimization job. Use when you have submitted a tour planning problem and need to poll for completion. Returns the current status ('pending', 'inProgress', 'success', 'timeout', or 'failure'). When completed successfully, provides resource object with problemId and solution URL.
- Get Tour Planning Solution: Tool to retrieve the solution for a completed tour planning problem. Returns optimized tours with routes, stops, schedules, and statistics. Use after submitting a problem asynchronously to get the calculated solution.
- Get Traces Service Health: Tool to check the health status of the HERE Tracking service. Use when you need to verify if the traces API is operational and performing as expected.
- Get Tracking Service Version: Tool to retrieve the current version of the HERE Tracking service. Use when you need to check the service version for compatibility or diagnostic purposes.
- Get Traffic Flow: Tool to retrieve real-time traffic flow data. Use when you need current congestion metrics for a specified area.
- Get Traffic Flow Tile (Legacy API v2): Request a map tile with traffic flow information using the legacy Map Tile API v2. Returns a PNG8 format tile (256x256 pixels) displaying real-time traffic flow data overlaid on a normal day map scheme. Use this to visualize traffic conditions for a specific geographic area defined by tile coordinates (zoom, x, y).
- Get Traffic Incidents: Tool to fetch real-time traffic incidents within a specified area. Use when you need up-to-date incident data for a geographic region.
- Get Traffic Tile: Retrieve a traffic flow overlay tile image showing real-time traffic conditions. Returns a PNG image tile that can be overlaid on maps to visualize traffic speed and congestion. Use this when you need to display traffic flow data for a specific geographic area defined by tile coordinates (zoom, x, y).
- Get Transit Departures: Tool to get next departures from transit stations. Returns upcoming departures with line information, destination, and real-time delays. Use when you need to find public transit departure times either by station ID or by geographic location.
- Get Transit Stations: Tool to search for transit stations around a location. Returns station names, locations, and available transit lines. Use when you need to find public transportation stations within a specific area or by station ID.
- Get Users Service Health: Tool to check the HERE Tracking Users API service health status. Use this to verify that the service is operational before making other API calls.
- Get Users Service Version: Tool to get the current version of the HERE tracking service. Use when you need to verify the service version or check service availability.
- Get Vector Tile: Retrieves protocol buffer encoded binary vector tiles using HERE Vector Tile API v2. Returns map tiles in OMV (Optimized Map for Visualization) format following the Map Vector Tile open specification. Use this when you need vector tile data at specific tile coordinates and zoom levels for client-side map rendering. Supports layer exclusion and conditional requests via ETags.
- Get Vector Tiles Copyright: Tool to retrieve copyright information for HERE vector tiles. Returns copyright labels, alt text, zoom level ranges, and bounding boxes for both base and core map layers. Use when you need to display proper copyright attribution for vector tile maps.
- Get Vector Tiles Info: Tool to retrieve the current map version from HERE Vector Tiles Service. Use when you need the encoded map version identifier, which is valid for 24 hours and must be refreshed after that period.
- Get Vector Tiles Languages: Tool to retrieve supported languages for vector map tiles from HERE Vector Tiles API. Use when you need to determine which language options are available for rendering vector map labels and text on different layers (base, core).
- Get Vector Tiles Layers Documentation: Tool to retrieve OMV-2 layers documentation for HERE Vector Tiles. Returns comprehensive schema documentation including layer definitions, geometry types, field names, and possible values in TileJSON 3.0.0 format. Use when you need to understand the data structure of vector tiles before requesting or processing them.
- Get Vector Tiles OpenAPI Specification: Tool to retrieve the OpenAPI specification for the HERE Vector Tiles API v2. Use when you need the complete API schema documentation for vector tile endpoints.
- Get Vector Tiles Political Views: Tool to retrieve available political views for HERE vector tiles. Returns lists of country codes that have disputed territories in base and core map data. Use when you need to determine which political view codes are valid for the 'pview' parameter in tile requests.
- Get Vector Tiles Proto File: Tool to retrieve protocol buffer (.proto) file format definitions from HERE Vector Tiles API. Returns the specified .proto file that defines the data structure for vector tiles. Use when you need the protocol buffer schema to parse or understand the binary vector tile format.
- Get Vector Tiles Proto Formats: Tool to retrieve a list of available protocol buffer formats from HERE Vector Tiles Service. Use when you need to discover available proto file formats for subsequent requests.
- Get Version: Tool to retrieve the version information of the HERE Traffic API. Use when you need to check the current API version or service version.
- Get Waypoint Sequence: Optimizes the visit order of multiple waypoints between a fixed origin and destination. Returns the most efficient sequence to visit all intermediate points, minimizing either travel time or distance. Useful for delivery routing, tour planning, and multi-stop journey optimization.
- Get Weather Observation: Tool to retrieve current weather observation. Use after determining a specific location to get up-to-date weather conditions.
- Get Weather Report: Tool to request weather reports from the HERE Weather API v1. Supports multiple weather products including simplified seven day forecasts, detailed forecasts, current observations, hourly forecasts, astronomical data, and weather alerts. Use when you need weather information for a specific city or location.
- Hourly Weather Forecast: Tool to fetch hourly weather forecasts. Use when you need up to 48 hours of forecast data for a location.
- Import Route from Trace: Tool to import and calculate a route from GPS trace points. Accepts a polyline of coordinates and returns routing information including traffic delays, turn-by-turn instructions, and actions. Use when you need to convert a sequence of GPS coordinates into a structured route with navigation details.
- List Matrix Routing Profiles: Tool to list all supported predefined routing profiles for matrix routing calculations. Use when you need to discover available profiles with their transport modes, routing optimizations, and constraints.
- Locate Device: Determine device location based on WiFi and cellular network measurements. Supports 2G/3G/4G/5G cellular (GSM, WCDMA, TD-SCDMA, LTE, CDMA) and WLAN positioning. Use when you need to locate a device using network infrastructure data instead of GPS. At least one network measurement type must be provided.
- Lookup Location by HERE ID: Retrieves comprehensive details for a location using its HERE ID. Returns structured data including address, coordinates, categories, contacts, and references. Use this action when you have a HERE ID from geocoding, search, or discovery actions and need complete information about that specific location. Supports both place IDs and address IDs.
- Reverse Geocode Coordinates: Converts geographic coordinates (latitude, longitude) into human-readable addresses and location details. Use this tool when you need to: - Find the street address for a specific GPS coordinate - Identify what place or building is at a location - Get detailed address components (street, city, postal code, country) - Determine timezone information for coordinates Returns structured address data including full labels, administrative divisions, and distance from query point. Supports worldwide coverage with responses in multiple languages.
- Solve Vehicle Routing Problem: Tool to solve a Vehicle Routing Problem (VRP) by optimizing routes for a fleet of vehicles serving multiple jobs. Use when you need to optimize delivery routes, pickup sequences, or multi-stop journeys with vehicle capacity constraints. This is a preview feature and subject to change.
- Submit Tour Planning Problem: Submit a tour planning problem synchronously to solve vehicle routing problems with constraints like time windows, capacity, and vehicle types. Returns optimized tours for the fleet with routes, schedules, and statistics. Use when you need to optimize delivery/pickup routes for multiple vehicles.
- Submit Tour Planning Problem (Async): Submit a tour planning problem asynchronously for large-scale vehicle routing optimization. Returns a status ID to poll for results. Use this for complex problems with multiple vehicles, jobs, and constraints. Supports up to 3000 jobs and 150 vehicle types.
- Weather Alerts: Retrieve severe weather alerts for specified locations or routes. This tool queries the HERE Weather API to get active weather alerts including severe weather warnings, watches, and advisories. Supports multiple location inputs: - q: Free-text location query (e.g., 'Berlin, Germany', 'New York') - location: Precise coordinates in 'lat,lng' format (e.g., '52.5200,13.4050') - zipCode: US ZIP code (e.g., '10001') Optional parameters: - units: 'metric' or 'imperial' for measurement units - lang: Language code for alert descriptions (e.g., 'en-US', 'de-DE') - politicalView: ISO country code for disputed territory representation Returns alert information including location, severity, type, and time segments when alerts are active. Empty timeSegments list indicates no active alerts.
How to connect Here
- Sign in to Definable AI and go to Apps
- Search for Here and click Connect
- Authorize via OAuth2 — takes under 30 seconds
- Use Here actions in your AI agents and workflows