You must include an attribution statement when you use HERE data because the global coverage data HERE provides uses content from the HERE platform.
If your products and/or services use map data that is made accessible using this service, you shall provide end-users of your products and/or services with notice, in a reasonably conspicuous manner (e.g., in the End-User Terms and on every visualized map), of the supplier notices and related terms applicable to such map data by
referencing the notices and related terms set here, and
The HERE Vector Tile API provides the copyright endpoint that you can use to retrieve the available copyright providers of the map. To request the list of copyright providers available for a map, use the copyright endpoint.
When you make a copyright request, the response is similar to the example below.
{"base":[{"alt":"Aprobado por el INSTITUTO GEOGRAFICO NACIONAL Resolucion del IGN No 186-2011","boxes":[[16.5943,-91.4256,17.8168,-89.0225],[14.9642,-89.0225,16.1868,-88.2215],[14.1492,-90.6245,16.5943,-89.0225],[13.7417,-91.8261,14.1492,-89.8235],[14.1492,-92.2266,16.1868,-90.6245],[16.473,-90.6686,16.5943,-90.6245],[14.0259,-89.8235,14.1492,-89.6796]],"label":"IGN Guatemala","maxLevel":20,"minLevel":10},{"alt":"copyright EuroGeographics","boxes":[[46.853,26.511,48.6163,29.3448],[46.4187,28.0753,47.9267,29.31],[45.4102,28.0701,46.4249,28.5878],[45.4154,28.0081,46.1325,28.4224],[45.7302,28.2568,47.4471,29.2353],[45.7302,28.5878,46.2901,29.0637],[46.3002,29.2029,46.5592,30.2333],[46.7892,29.2282,47.4471,29.9684],[46.5465,29.2256,46.8365,30.0376]],"label":"EuroGeographics","maxLevel":20,"minLevel":11}]}
You can store the copyright information in your client application. You must refresh this value every 24 hours.
The copyright information associated with the different layers, zoom level ranges, and geographical areas is shown. Variant copyrights are defined by the bounding boxes and the relevant zoom level range. The default copyright information of the view scheme has no restriction elements and is therefore valid for all remaining areas and zoom levels.
The copyright information is defined for each view scheme and contains the following elements:
Element
Description
minLevel
Minimum zoom level for the specified copyright label.
maxLevel
Maximum zoom level for the specified copyright label.
label
Copyright text to display after the copyright symbol on the map.
alt
Verbose copyright text of the label to display by mouse over label or info menu entry.
boxes
The bounding boxes define areas where specific copyrights are valid. A bounding box is defined by bottom (latitude), left (longitude) and top (latitude), right (longitude).
The default copyright has no boxes element and covers all other areas.
The bounding boxes may override or add to the copyright label depending on whether the map view is contained completely within one of the bounding boxes or overlaps partially one or more of them.
When visualizing an area, all of the copyright providers that have bounding boxes overlapping to that viewport need to be visualized on top of the map.
For example, when rendering an area over Guatemala, provided the copyright information is similar to the one displayed above, the image could be similar to this one.
Figure 1. Copyright statement over Guatemala
For more information, see the following documents.