Weavz
HERE Maps

HERE Maps

Use HERE geocoding, reverse geocoding, place discovery, and Routing API v8 route calculation.

4 tools

Tools

Name
geocode

Forward geocode an address or place with HERE Geocoding and Search API v7.

reverse_geocode

Reverse geocode coordinates with HERE Geocoding and Search API v7.

discover_places

Search places, POIs, and addresses around a coordinate with HERE discover.

calculate_route

Calculate a route with HERE Routing API v8 between origin and destination coordinates.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('here-maps', 'geocode', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'here-maps',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect HERE Maps to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does HERE Maps support?

HERE Maps supports 4 tools including Geocode, Reverse Geocode, Discover Places, Calculate Route.

Can I use HERE Maps with AI agents?

Yes. Add HERE Maps to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can HERE Maps be used in stateful agent workflows?

Yes. Agents can combine HERE Maps tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does HERE Maps use?

HERE Maps uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the HERE Maps integration cost?

The HERE Maps integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect HERE Maps in minutes

Get 20,000 free action executions every month. No credit card required.