Interface AreaCopyrightInfo

Schema of Map Tile API copyright endpoint JSON response.

Hierarchy

  • AreaCopyrightInfo

Properties

alt?: string

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

boxes?: [number, number, number, number][]

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

Maximum zoom level for the specified copyright label.

minLevel?: number

Minimum zoom level for the specified copyright label.

Generated using TypeDoc