Skip to main content

FAQ

Short answers. Where a topic needs depth, we link to it rather than repeating it.
Some answers depend on your contract, not on the platform.Pricing, entitlements, service limits, caching rights, and redistribution terms vary by plan, region, and agreement. Where that is true, we say so rather than presenting one plan’s behaviour as universal.If an answer here contradicts your contract, your contract is right.

Getting started

What is HERE Location Services?

A platform of ~two dozen APIs, priced separately, with different maturity levels.

How do I get a HERE API key?

Two paths. One is fast and unentitled; one is scoped to what you’ll ship.

Do I buy from HERE or Placematic?

Direct, or through a Gold Partner. Honest trade-offs both ways.

Which HERE API should I use?

Choose by the question your system asks, not by product name.

Pricing

How much does HERE cost?

Depends on API mix, volume, region, contract, and whether you batched.

What drives my API bill?

Not the rate card. The unit of work.

How can I reduce location API costs?

Seven patterns, ranked by the order of magnitude they move.

Is HERE cheaper than Google?

Sometimes. Usually not for the reason you think.

How does billing work?

Call volume vs asset-based. Free bundles that don’t pool.

Technical

Routing or Matrix?

If you’re writing a loop, you already know the answer.

When should I cache results?

Almost always. Buildings are stationary.

Can I store geocoding results?

A contract question with architectural consequences. Get it in writing.

How do I handle rate limits?

429 backs off. 403 never succeeds. They are not the same problem.

How do I test before production?

Trap geometry, in CI, with a control.

Migration

How hard is it to migrate from Google?

Varies by surface. Geocoding is a sprint. Rendering is a rewrite.

Do I have to change my data model?

Yes, in one specific way. It’s the way migrations fail.

Can I run Google and HERE in parallel?

You should. And you may want to stay that way.

How do I validate the migration?

Against ground truth, not against each other.

Fleet and logistics

Does HERE support truck routing?

Yes — and setting transportMode=truck is not how you use it.

How does HERE handle hazmat?

Cargo type and tunnel category are different parameters.

How accurate are ETAs?

The routing duration is usually fine. Your ETA is wrong for other reasons.

Can I build an ELD platform?

Yes. Reverse geocoding will not survive the audit.

Licensing and support

What support does Placematic provide?

Contracting, entitlements, and implementation. Not a support tier.

When should I contact Placematic?

Including several cases where you shouldn’t.

The four questions behind most of these

If you read nothing else: What is the unit of work? A GPS packet is not an event. A keystroke is not a query. An address is not an order. Systems bill on the unit they call, and the default unit is nearly always too small. Is this computation or lookup? A drive-time polygon is a computation, done quarterly. Testing whether a point is inside it is a lookup, done millions of times, in your own database, for free. What is the latency budget, honestly? Nothing is waiting for a nightly geocoding job. Where does the constraint live? A truck’s height is a property of the truck. Constraints that live in request builders get dropped in refactors, silently, and the response still returns 200. See Architecture.
Need production HERE API keys or implementation support? Placematic is an official HERE Technologies reseller and implementation partner. Talk to us.