Andriy
Andriy

Reputation: 805

HERE Maps: caching geocoding results

I would like to optimise quota usage when geocoding and therefore implement caching.

Please advise what is the geocoding results validity time?

Upvotes: 0

Views: 568

Answers (1)

ckHERE
ckHERE

Reputation: 334

Legally speaking the caching time is limited by this value in the response header:

Cache-Control: public, max-age=86400

In the example above this results to 24hrs.

Upvotes: 1

Related Questions