跳到主要内容

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

alt?

string

(Optional) Verbose copyright text of the label to display by mouse over label or info menu entry.

boxes?

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.

label

string

Copyright text to display after the copyright symbol on the map.

maxLevel?

number

(Optional) Maximum zoom level for the specified copyright label.

minLevel?

number

(Optional) Minimum zoom level for the specified copyright label.