Search code examples
here-api

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?


Solution

  • 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.