Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AreaCopyrightInfo

Schema of Map Tile API copyright endpoint JSON response.

Hierarchy

  • AreaCopyrightInfo

Index

Properties

Optional alt

alt: undefined | string

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

Optional boxes

boxes: Array<[]>

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

label: string

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

Optional maxLevel

maxLevel: undefined | number

Maximum zoom level for the specified copyright label.

Optional minLevel

minLevel: undefined | number

Minimum zoom level for the specified copyright label.

Generated using TypeDoc