flywave-mapview.areacopyrightinfo
Home > @flywave/flywave-mapview > AreaCopyrightInfo
AreaCopyrightInfo interface
Schema of [Map Tile API copyright endpoint](https://developer.here.com/documentation/map-tile/topics/resource-copyright.html) JSON response.
Signature:
export interface AreaCopyrightInfo
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) Verbose copyright text of the label to display by mouse over label or info menu entry. | ||
Array<[number, number, number, number]> | (Optional) 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. | ||
string | Copyright text to display after the copyright symbol on the map. | ||
number | (Optional) Maximum zoom level for the specified copyright label. | ||
number | (Optional) Minimum zoom level for the specified copyright label. |